Files
vue-formkit-example/.vscode/settings.json
严浩 f9677d87b9
All checks were successful
/ surge (push) Successful in 38s
FormKitSchemaDefinition;
2024-11-15 15:25:11 +08:00

11 lines
254 B
JSON

{
"editor.codeActionsOnSave": {
"source.fixAll": "explicit"
},
"[vue]": {
"editor.defaultFormatter": "Vue.volar",
},
"editor.formatOnSave": true,
"editor.formatOnSaveMode": "file",
"typescript.tsdk": "node_modules/typescript/lib",
}