login and auth

This commit is contained in:
hptangxi
2025-07-02 20:44:30 +08:00
parent 8e1de8d29f
commit 7b372de6d8
12 changed files with 113 additions and 87 deletions

View File

@@ -52,6 +52,7 @@ export default [
"vue/multiline-html-element-content-newline": "off",
"vue/html-indent": ["error", 2],
"vue/script-indent": ["error", 2],
"vue/component-tags-order": ["error", { order: ["script", "template", "style"] }],
// Vue 3 Composition API 规则
"vue/no-setup-props-destructure": "error",