feat: optimize router logic

This commit is contained in:
2026-01-29 20:57:04 +08:00
parent 15885463d3
commit 110aec7d5f
7 changed files with 35 additions and 184 deletions

View File

@@ -23,6 +23,7 @@ export default typescriptEslint.config(
rules: {
"vue/singleline-html-element-content-newline": "off",
"vue/max-attributes-per-line": "off",
"vue/multi-word-component-names": "off",
},
},
);