support BackTop to 2.0
This commit is contained in:
parent
4aec6a66bb
commit
1d8f776752
6 changed files with 24 additions and 4 deletions
|
@ -140,6 +140,10 @@ const router = new VueRouter({
|
|||
{
|
||||
path: '/select',
|
||||
component: require('./routers/select.vue')
|
||||
},
|
||||
{
|
||||
path: '/backtop',
|
||||
component: require('./routers/back-top.vue')
|
||||
}
|
||||
]
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue