Skip to content

Commit 2c9f100

Browse files
author
liuaolin44944
committed
feat: 删除文档页无用代码的注释
1 parent 0ef6c53 commit 2c9f100

File tree

1 file changed

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

1 file changed

+0
-1
lines changed

packages/devui-vue/docs/.vitepress/devui-theme/components/NavBar.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ const LANG_MAP = {
6464
}
6565
6666
const currentLang = ref(CURRENT_LANG);
67-
// const app = getCurrentInstance();
6867
const switchLang = () => {
6968
if (currentLang.value === ZH_CN) {
7069
Locale.use(EN_US);

0 commit comments

Comments
 (0)