Switch new display to Vue

This commit is contained in:
2024-03-04 01:18:45 +00:00
parent a8e60c2e87
commit 4aaa9064fb
62 changed files with 2863 additions and 1569 deletions

View File

@@ -1,10 +1,9 @@
{
"tabWidth": 4,
"useTabs": false,
"singleQuote": true,
"vueIndentScriptAndStyle": true,
"semi": true,
"singleAttributePerLine": true,
"bracketSpacing": true,
"printWidth": 150,
"bracketSameLine": true
"singleQuote": true,
"bracketSameLine": true,
"trailingComma": "none"
}