【修复】修复前端打包时 callback.apply 错误

pull/54/head
小诺 2022-11-01 14:55:29 +08:00 committed by 俞宝山
parent 82344e240b
commit 620edee09f
2 changed files with 3 additions and 1 deletions

View File

@ -48,7 +48,8 @@
"vuex": "4.0.2"
},
"devDependencies": {
"@antfu/eslint-config": "^0.18.3",
"@antfu/eslint-config": "^0.29.2",
"@antfu/utils": "0.6.0",
"@vitejs/plugin-legacy": "^1.6.4",
"@vitejs/plugin-vue": "^2.1.0",
"@vitejs/plugin-vue-jsx": "^1.3.8",

View File

@ -37,6 +37,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']