web: 书架无书时不显示loading

This commit is contained in:
Xwite
2023-04-10 12:11:43 +08:00
parent f20bb539ce
commit 982d310482
4 changed files with 57 additions and 61 deletions
+1
View File
@@ -17,6 +17,7 @@ declare module '@vue/runtime-core' {
ElDialog: typeof import('element-plus/es')['ElDialog']
ElForm: typeof import('element-plus/es')['ElForm']
ElFormItem: typeof import('element-plus/es')['ElFormItem']
ElIcon: typeof import('element-plus/es')['ElIcon']
ElInput: typeof import('element-plus/es')['ElInput']
ElInputNumber: typeof import('element-plus/es')['ElInputNumber']
ElLink: typeof import('element-plus/es')['ElLink']