From 620edee09ffb4410b42e99d4a6bdb0a4968c3323 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E8=AF=BA?= <1253070437@qq.com> Date: Tue, 1 Nov 2022 14:55:29 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E4=BF=AE=E5=A4=8D=E3=80=91=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D=E5=89=8D=E7=AB=AF=E6=89=93=E5=8C=85=E6=97=B6=20callba?= =?UTF-8?q?ck.apply=20=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- snowy-admin-web/package.json | 3 ++- snowy-admin-web/src/auto-imports.d.ts | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/snowy-admin-web/package.json b/snowy-admin-web/package.json index 33b484f1..1fdb8073 100644 --- a/snowy-admin-web/package.json +++ b/snowy-admin-web/package.json @@ -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", diff --git a/snowy-admin-web/src/auto-imports.d.ts b/snowy-admin-web/src/auto-imports.d.ts index 12027b71..55a704da 100644 --- a/snowy-admin-web/src/auto-imports.d.ts +++ b/snowy-admin-web/src/auto-imports.d.ts @@ -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']