support Page
support Page
This commit is contained in:
parent
4aec6a66bb
commit
87c515977f
8 changed files with 71 additions and 40 deletions
|
@ -140,6 +140,10 @@ const router = new VueRouter({
|
|||
{
|
||||
path: '/select',
|
||||
component: require('./routers/select.vue')
|
||||
},
|
||||
{
|
||||
path: '/page',
|
||||
component: require('./routers/page.vue')
|
||||
}
|
||||
]
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue