fix: 删除不必要的代码

This commit is contained in:
ex_zhangwenlei@exiot.cmcc
2024-01-24 23:09:32 +08:00
parent f1a56a80c9
commit 80bcc5a5dc
5 changed files with 2 additions and 108 deletions

1
src/components.d.ts vendored
View File

@@ -11,7 +11,6 @@ declare module 'vue' {
EditSeparateDialog: typeof import('./components/NumberSeparate/EditSeparateDialog.vue')['default']
HelloWorld: typeof import('./components/HelloWorld.vue')['default']
ImageSync: typeof import('./components/ImageSync/index.vue')['default']
NumberSeparate: typeof import('./components/NumberSeparate/index.vue')['default']
PlayMusic: typeof import('./components/PlayMusic/index.vue')['default']
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']