Skip to content

Commit a17460b

Browse files
committed
chore(layout): add @ts-ignore for @devui/button
1 parent a24274f commit a17460b

File tree

1 file changed

+2
-1
lines changed
  • packages/devui-vue/docs/.vitepress/devui-theme

1 file changed

+2
-1
lines changed

packages/devui-vue/docs/.vitepress/devui-theme/Layout.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ import HomeFooter from './components/HomeFooter.vue';
1010
import DevuiFooter from './components/DevuiFooter.vue';
1111
import { CONTRIBUTORS_MAP } from './components/PageContributorConfig';
1212
import PageContributor from './components/PageContributor.vue';
13+
// @ts-ignore - @devui/button sometimes unable to resolve by editor
1314
import { Button } from '@devui/button';
1415
import { LANG_KEY, ZH_CN, EN_US } from './const';
1516
@@ -29,7 +30,7 @@ const isCustomLayout = computed(() => !!frontmatter.value.customLayout);
2930
// home
3031
const enableHome = computed(() => !!frontmatter.value.layout);
3132
32-
// automatic multilang check for AlgoliaSearchBox
33+
// automatic multi-lang check for AlgoliaSearchBox
3334
const isMultiLang = computed(() => Object.keys(theme.value.locales || {}).length > 0);
3435
3536
// navbar

0 commit comments

Comments
 (0)