chore(docs): pin vite version

This commit is contained in:
braks
2022-11-13 12:03:11 +01:00
committed by Braks
parent 9744571f9e
commit 5f63e7c71e
2 changed files with 7 additions and 68 deletions

View File

@@ -75,6 +75,7 @@ declare global {
const refThrottled: typeof import('@vueuse/core')['refThrottled']
const refWithControl: typeof import('@vueuse/core')['refWithControl']
const resolveComponent: typeof import('vue')['resolveComponent']
const resolveDirective: typeof import('vue')['resolveDirective']
const resolveRef: typeof import('@vueuse/core')['resolveRef']
const resolveUnref: typeof import('@vueuse/core')['resolveUnref']
const shallowReactive: typeof import('vue')['shallowReactive']