chore: upgrade vite@4

This commit is contained in:
YunYouJun
2022-12-19 05:29:03 +08:00
parent fdf37a0efb
commit 395a65f6bc
3 changed files with 296 additions and 297 deletions

1
src/components.d.ts vendored
View File

@@ -19,7 +19,6 @@ declare module '@vue/runtime-core' {
ReloadPrompt: typeof import('./components/ReloadPrompt.vue')['default']
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
SearchFood: typeof import('./components/SearchFood.vue')['default']
SearchFoodInput: typeof import('./components/SearchFoodInput.vue')['default']
StapleTag: typeof import('./components/tags/StapleTag.vue')['default']
Switch: typeof import('./components/Switch.vue')['default']