chore(additional-components): upgrade to vite 3

This commit is contained in:
braks
2022-11-06 19:20:39 +01:00
committed by Braks
parent 43953c9d1f
commit 74433c46e9
4 changed files with 76 additions and 30 deletions
+1
View File
@@ -43,6 +43,7 @@ declare global {
const readonly: typeof import('vue')['readonly']
const ref: typeof import('vue')['ref']
const resolveComponent: typeof import('vue')['resolveComponent']
const resolveDirective: typeof import('vue')['resolveDirective']
const shallowReactive: typeof import('vue')['shallowReactive']
const shallowReadonly: typeof import('vue')['shallowReadonly']
const shallowRef: typeof import('vue')['shallowRef']