refactor: Vite2的别名方式修改后对应引用路径调整

This commit is contained in:
郝先瑞
2022-01-01 16:17:15 +08:00
parent 27895348da
commit 17cbe2787d
15 changed files with 61 additions and 129 deletions

View File

@@ -1,5 +1,4 @@
export { default as Navbar } from './Navbar.vue'
export { default as Sidebar } from './Sidebar/index.vue'
export { default as AppMain } from './AppMain.vue'
export { default as Settings } from './Settings/index.vue'
export { default as TagsView } from './TagsView/index.vue'