pull/12/head
cagataycivici 2019-05-22 18:20:08 +03:00
commit d0f13544be
1 changed files with 260 additions and 257 deletions

View File

@ -261,5 +261,8 @@ export default new Router({
name: 'tristatecheckbox',
component: () => import('./views/tristatecheckbox/TriStateCheckboxDemo.vue')
}
]
],
scrollBehavior() {
return {x: 0, y: 0};
}
});