Skip to content

Commit

Permalink
Merge branch 'test-tdesign-vue-next'
Browse files Browse the repository at this point in the history
  • Loading branch information
markthree committed Jun 5, 2023
2 parents bf3f3b2 + 35df5cd commit 30d0e53
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 222 deletions.
7 changes: 7 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@
],
"i18n-ally.keystyle": "nested",
"i18n-ally.sourceLanguage": "zh-CN",
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
},
"files.associations": {
"*.css": "postcss"
},
"editor.formatOnSave": false,
"css.lint.unknownAtRules": "ignore",
// 开启 eslint
"eslint.enable": true,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"unplugin-vue-components": "^0.25.0",
"unplugin-vue-router": "^0.6.4",
"vite": "^4.3.9",
"vite-auto-import-resolvers": "^3.0.5",
"vite-auto-import-resolvers": "^3.1.0",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-env-types": "^0.1.3",
"vite-plugin-mock": "^2.9.8",
Expand Down
Loading

0 comments on commit 30d0e53

Please sign in to comment.