feat(projects): add app loading

This commit is contained in:
Soybean
2024-01-17 22:47:27 +08:00
parent 2372dc9bb7
commit c65451b34c
3 changed files with 24 additions and 12 deletions

View File

@ -36,7 +36,6 @@ declare module 'vue' {
NFormItem: typeof import('naive-ui')['NFormItem']
NInput: typeof import('naive-ui')['NInput']
NInputNumber: typeof import('naive-ui')['NInputNumber']
NInputPassword: typeof import('naive-ui')['NInputPassword']
NLoadingBarProvider: typeof import('naive-ui')['NLoadingBarProvider']
NMenu: typeof import('naive-ui')['NMenu']
NMessageProvider: typeof import('naive-ui')['NMessageProvider']