This commit is contained in:
2024-10-29 19:49:24 +02:00
commit 11eb888b9c
42 changed files with 7877 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
{
"folders": [
{
"path": "."
}
],
"settings": {
"vetur.completion.autoImport": true,
"vetur.completion.tagCasing": "kebab",
"vue.complete.casing.props": "kebab",
"vue.complete.casing.tags": "kebab"
}
}