added vue component

This commit is contained in:
2023-09-15 19:58:59 +02:00
parent b3061ad79a
commit 018bbf3918
34 changed files with 4134 additions and 458 deletions
+8
View File
@@ -0,0 +1,8 @@
{
"$schema": "https://json.schemastore.org/prettierrc",
"semi": false,
"tabWidth": 2,
"singleQuote": true,
"printWidth": 100,
"trailingComma": "none"
}