support Menu & Layout
support Menu & Layout
This commit is contained in:
parent
dcbfc23239
commit
fd1582c5b5
10 changed files with 284 additions and 118 deletions
|
@ -124,6 +124,10 @@ const router = new VueRouter({
|
|||
{
|
||||
path: '/breadcrumb',
|
||||
component: require('./routers/breadcrumb.vue')
|
||||
},
|
||||
{
|
||||
path: '/menu',
|
||||
component: require('./routers/menu.vue')
|
||||
}
|
||||
]
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue