fix: replace svg-to-url, ui improve and build

This commit is contained in:
ShareVB 2024-11-10 19:49:01 +01:00
parent e55d4fa5b2
commit 28699f7b5d
8 changed files with 283 additions and 167 deletions

3
components.d.ts vendored
View file

@ -166,8 +166,11 @@ declare module '@vue/runtime-core' {
NMenu: typeof import('naive-ui')['NMenu']
NP: typeof import('naive-ui')['NP']
NProgress: typeof import('naive-ui')['NProgress']
NRadio: typeof import('naive-ui')['NRadio']
NRadioGroup: typeof import('naive-ui')['NRadioGroup']
NScrollbar: typeof import('naive-ui')['NScrollbar']
NSlider: typeof import('naive-ui')['NSlider']
NSpace: typeof import('naive-ui')['NSpace']
NSpin: typeof import('naive-ui')['NSpin']
NStatistic: typeof import('naive-ui')['NStatistic']
NSwitch: typeof import('naive-ui')['NSwitch']