mirror of
https://github.com/Tencent/tdesign-vue-next-starter.git
synced 2024-12-23 14:06:32 +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",
|
"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",
|
||||||
|
|
|
@ -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+',
|
||||||
|
|
Loading…
Reference in New Issue
Block a user