fix: 构建报错

Former-commit-id: c0a09d5c93cea56774f3a6e54aee3cd23b5c352c
This commit is contained in:
april
2023-06-05 19:42:54 +08:00
parent 62d1bd7c46
commit c123c08843
3 changed files with 44 additions and 8 deletions

View File

@@ -70,7 +70,6 @@ declare module '@vue/runtime-core' {
RightPanel: typeof import('./../components/RightPanel/index.vue')['default']
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
Screenfull: typeof import('./../components/Screenfull/index.vue')['default']
SingleUpload: typeof import('./../components/Upload/SingleUpload.vue')['default']
SizeSelect: typeof import('./../components/SizeSelect/index.vue')['default']
SvgIcon: typeof import('./../components/SvgIcon/index.vue')['default']