chore: v-access类型标注

This commit is contained in:
dap
2024-10-11 20:58:59 +08:00
parent c5fcf50c76
commit 1a6e5d22fd
2 changed files with 15 additions and 1 deletions

View File

@@ -222,5 +222,7 @@
"vitest.disableWorkspaceWarning": true,
"cSpell.words": ["tinymce"],
"typescript.tsdk": "node_modules/typescript/lib",
"editor.linkedEditing": true // 自动同步更改html标签
"editor.linkedEditing": true, // 自动同步更改html标签,
"vscodeCustomCodeColor.highlightValue": "v-access", // v-access显示的颜色
"vscodeCustomCodeColor.highlightValueColor": "#CCFFFF"
}