Vue version

This commit is contained in:
2025-06-12 13:15:24 +02:00
parent 0a948d23d3
commit f32b59fef3
42 changed files with 5085 additions and 784 deletions

6
.prettierrc.json Normal file
View File

@@ -0,0 +1,6 @@
{
"$schema": "https://json.schemastore.org/prettierrc",
"semi": false,
"singleQuote": true,
"printWidth": 100
}