mirror of
https://github.com/Tencent/tdesign-vue-next-starter.git
synced 2024-12-23 04:26:30 +08:00
Merge branch 'develop' of github.com:Tencent/tdesign-vue-next-starter into main
This commit is contained in:
commit
5a825e14a8
|
@ -31,7 +31,7 @@
|
|||
"tvision-color": "^1.3.1",
|
||||
"vue": "^3.2.31",
|
||||
"vue-clipboard3": "^2.0.0",
|
||||
"vue-router": "~4.1.3"
|
||||
"vue-router": "~4.0.11"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@commitlint/cli": "^17.0.3",
|
||||
|
|
|
@ -28,6 +28,7 @@ const defaultRouterList: Array<RouteRecordRaw> = [
|
|||
{
|
||||
path: '/',
|
||||
redirect: '/dashboard/base',
|
||||
component: () => import('@/layouts/blank.vue'),
|
||||
},
|
||||
{
|
||||
path: '/:w+',
|
||||
|
|
Loading…
Reference in New Issue
Block a user