From b6fdad0d0a6e9be5e1d57fec958f13500e22a200 Mon Sep 17 00:00:00 2001 From: kingc2022 <99593855+kingc2022@users.noreply.github.com> Date: Sat, 21 Sep 2024 23:42:21 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=20=E5=9B=BE=E7=89=87?= =?UTF-8?q?=E6=97=A0=E6=B3=95=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .eslintrc-auto-import.json | 6 +++++- src/pages/guest/index.vue | 7 +++++-- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.eslintrc-auto-import.json b/.eslintrc-auto-import.json index b08dacb..6cc28bc 100644 --- a/.eslintrc-auto-import.json +++ b/.eslintrc-auto-import.json @@ -64,6 +64,10 @@ "watch": true, "watchEffect": true, "watchPostEffect": true, - "watchSyncEffect": true + "watchSyncEffect": true, + "onWatcherCleanup": true, + "useId": true, + "useModel": true, + "useTemplateRef": true } } diff --git a/src/pages/guest/index.vue b/src/pages/guest/index.vue index 6a3cf23..2ebc54e 100644 --- a/src/pages/guest/index.vue +++ b/src/pages/guest/index.vue @@ -2,7 +2,7 @@