File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
packages/devui-vue/docs/.vitepress/devui-theme Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ import HomeFooter from './components/HomeFooter.vue';
1010import DevuiFooter from ' ./components/DevuiFooter.vue' ;
1111import { CONTRIBUTORS_MAP } from ' ./components/PageContributorConfig' ;
1212import PageContributor from ' ./components/PageContributor.vue' ;
13+ // @ts-ignore - @devui/button sometimes unable to resolve by editor
1314import { Button } from ' @devui/button' ;
1415import { LANG_KEY , ZH_CN , EN_US } from ' ./const' ;
1516
@@ -29,7 +30,7 @@ const isCustomLayout = computed(() => !!frontmatter.value.customLayout);
2930// home
3031const enableHome = computed (() => !! frontmatter .value .layout );
3132
32- // automatic multilang check for AlgoliaSearchBox
33+ // automatic multi-lang check for AlgoliaSearchBox
3334const isMultiLang = computed (() => Object .keys (theme .value .locales || {}).length > 0 );
3435
3536// navbar
You can’t perform that action at this time.
0 commit comments