docs(projects): vscode配置更新

This commit is contained in:
Soybean 2021-11-13 23:06:20 +08:00
parent 55383a1032
commit 7c5ed9d37c
3 changed files with 12 additions and 4 deletions

View File

@ -1,5 +1,5 @@
{
"recommendations": [
"recommendations": [
"formulahendry.auto-close-tag",
"formulahendry.auto-complete-tag",
"steoates.autoimport",
@ -26,7 +26,9 @@
"christian-kohler.path-intellisense",
"esbenp.prettier-vscode",
"johnsoncodehk.volar",
"johnsoncodehk.vscode-typescript-vue-plugin",
"dariofuzinato.vue-peek",
"wscats.vue",
"voorjaar.windicss-intellisense"
]
]
}

View File

@ -56,5 +56,12 @@
},
"workbench.productIconTheme": "fluent-icons",
"vue3snippets.enable-compile-vue-file-on-did-save-code": false,
"editor.formatOnSave": false
"editor.formatOnSave": false,
"material-icon-theme.activeIconPack": "angular",
"material-icon-theme.files.associations": {},
"material-icon-theme.folders.associations": {
"enum": "typescript",
"store": "context",
"business": "core",
}
}

View File

@ -6,7 +6,6 @@
:collapsed="app.menu.collapsed"
:collapsed-width="theme.menuStyle.collapsedWidth"
:width="menuWidth"
show-trigger="bar"
@collapse="handleMenuCollapse(true)"
@expand="handleMenuCollapse(false)"
>