This website works better with JavaScript
Home
Explore
Help
Register
Sign In
caner
/
vue-vite-ts
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
e06cfc9a59
Branches
Tags
master
vue2
vue3js
vue-vite-ts
/
.vscode
/
settings.json
settings.json
147 B
History
Raw
1
2
3
4
5
6
{
// #每次保存的时候将代码按eslint格式进行修复
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
}
}