From f9677d87b9c5c4def61352f492452efa4845f506 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=A5=E6=B5=A9?= Date: Fri, 15 Nov 2024 15:25:11 +0800 Subject: [PATCH] =?UTF-8?q?FormKitSchemaDefinition=EF=BC=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .vscode/settings.json | 6 +-- README.md | 11 ++++-- index.html | 40 ++++++++++++++------ src/App.vue | 85 ++++++++++++++++++++++++++++++------------- 4 files changed, 99 insertions(+), 43 deletions(-) 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 @@