Merge branch 'develop' of github.com:Tencent/tdesign-vue-next-starter into main

This commit is contained in:
Uyarn 2022-08-11 11:05:22 +08:00
commit 5a825e14a8
2 changed files with 2 additions and 1 deletions

View File

@ -31,7 +31,7 @@
"tvision-color": "^1.3.1", "tvision-color": "^1.3.1",
"vue": "^3.2.31", "vue": "^3.2.31",
"vue-clipboard3": "^2.0.0", "vue-clipboard3": "^2.0.0",
"vue-router": "~4.1.3" "vue-router": "~4.0.11"
}, },
"devDependencies": { "devDependencies": {
"@commitlint/cli": "^17.0.3", "@commitlint/cli": "^17.0.3",

View File

@ -28,6 +28,7 @@ const defaultRouterList: Array<RouteRecordRaw> = [
{ {
path: '/', path: '/',
redirect: '/dashboard/base', redirect: '/dashboard/base',
component: () => import('@/layouts/blank.vue'),
}, },
{ {
path: '/:w+', path: '/:w+',