Use hash routing.

このコミットが含まれているのは:
Roger Braun 2017-01-02 22:30:11 +01:00
コミット 929d4d75b4
1個のファイルの変更0行の追加1行の削除

ファイルの表示

@ -43,7 +43,6 @@ const routes = [
]
const router = new VueRouter({
mode: 'history',
routes,
scrollBehavior: (to, from, savedPosition) => {
return savedPosition || { x: 0, y: 0 }