Merge branch '2.0' into 2.0-backtop
This commit is contained in:
commit
7d535fc915
8 changed files with 71 additions and 40 deletions
|
@ -144,6 +144,10 @@ const router = new VueRouter({
|
|||
{
|
||||
path: '/backtop',
|
||||
component: require('./routers/back-top.vue')
|
||||
},
|
||||
{
|
||||
path: '/page',
|
||||
component: require('./routers/page.vue')
|
||||
}
|
||||
]
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue