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 @@