Split component, improve UI, fix and refactor (#1162)

This commit is contained in:
pa
2025-03-01 16:12:21 +09:00
committed by GitHub
parent ef68e40996
commit b988f45f8c
28 changed files with 1098 additions and 791 deletions

View File

@@ -24,7 +24,8 @@
{
"files": "*.vue",
"options": {
"printWidth": 120
"printWidth": 120,
"bracketSameLine": true
}
}
]