修改环境变量配置,app目录-->uniapp

This commit is contained in:
Jason
2022-09-30 10:23:58 +08:00
parent 9b5b625680
commit 0cc7c8e7b9
251 changed files with 16 additions and 9 deletions

3
uniapp/.vscode/extensions.json vendored Normal file
View File

@@ -0,0 +1,3 @@
{
"recommendations": ["Vue.volar", "Vue.vscode-typescript-vue-plugin"]
}

11
uniapp/.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,11 @@
{
"editor.detectIndentation": false,
"editor.tabSize": 4,
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
},
"css.validate": false,
"less.validate": false,
"scss.validate": false
}