Skip to content

Commit 855e36f

Browse files
committed
Use unplugin-vue-router
1 parent 930fe5d commit 855e36f

25 files changed

+376
-212
lines changed

.vscode/settings.json

+5-2
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@
1313
"editor.defaultFormatter": "esbenp.prettier-vscode",
1414
},
1515
"[go]": {
16-
"editor.defaultFormatter": "golang.go"
17-
}
16+
"editor.defaultFormatter": "golang.go",
17+
},
18+
"typescript.preferences.autoImportFileExcludePatterns": [
19+
"vue-router"
20+
]
1821
}

0 commit comments

Comments
 (0)