feat(projects): sync add alova examples (#8)

* feat(projects):  sync add alova examples

* fix(projects): 🐛 NSpace to ElSpace
This commit is contained in:
一寸灰
2024-12-03 22:24:31 +08:00
committed by GitHub
parent 0e522d0822
commit 6ec48cbddc
44 changed files with 6505 additions and 6215 deletions

View File

@@ -4,9 +4,6 @@
"dbaeumer.vscode-eslint",
"editorconfig.editorconfig",
"esbenp.prettier-vscode",
"formulahendry.auto-complete-tag",
"formulahendry.auto-close-tag",
"formulahendry.auto-rename-tag",
"kisstkondoros.vscode-gutter-preview",
"mariusalchimavicius.json-to-ts",
"mhutchie.git-graph",

View File

@@ -36,7 +36,7 @@
"source.fixAll.eslint": "explicit"
},
"editor.fontLigatures": true,
"editor.formatOnSave": false,
"editor.formatOnSave": true,
"editor.quickSuggestions": {
"strings": true
},