Merge branch '2.0' into 2.0-backtop

This commit is contained in:
Aresn 2017-03-07 10:36:10 +08:00 committed by GitHub
commit 7d535fc915
8 changed files with 71 additions and 40 deletions

View file

@ -144,6 +144,10 @@ const router = new VueRouter({
{
path: '/backtop',
component: require('./routers/back-top.vue')
},
{
path: '/page',
component: require('./routers/page.vue')
}
]
});