diff --git a/.vscode/settings.json b/.vscode/settings.json index 9930e4d..3e65a90 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -3,9 +3,9 @@ "source.fixAll": "explicit" }, "[vue]": { - "editor.defaultFormatter": "Vue.volar" + "editor.defaultFormatter": "Vue.volar", }, "editor.formatOnSave": true, - "editor.formatOnSaveMode": "modifications", - "typescript.tsdk": "node_modules/typescript/lib", // 只格式化修改的部分 + "editor.formatOnSaveMode": "file", + "typescript.tsdk": "node_modules/typescript/lib", } \ No newline at end of file diff --git a/README.md b/README.md index 33895ab..842b74a 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,10 @@ -# Vue 3 + TypeScript + Vite +# Vue FormKit Example -This template should help get you started developing with Vue 3 and TypeScript in Vite. The template uses Vue 3 ` - - + + + + + + Vue FormKit Example + + + + +
+ + + + \ No newline at end of file diff --git a/src/App.vue b/src/App.vue index e91a307..488e6c3 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,5 +1,6 @@