mirror of https://gitee.com/xiaonuobase/snowy
【修复】修复前端打包时 callback.apply 错误
parent
82344e240b
commit
620edee09f
|
@ -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",
|
||||
|
|
|
@ -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']
|
||||
|
|
Loading…
Reference in New Issue