balbla page displaying article as cards with infinite loading
This commit is contained in:
@@ -57,13 +57,7 @@ import 'theme/assets/styles/main.scss'
|
||||
function initVRouter(){
|
||||
// we need this to update the title while using history nav
|
||||
router.beforeEach((to, from, next) => {
|
||||
|
||||
// console.log('router beforeEach');
|
||||
// console.log(to);
|
||||
// console.log(from);
|
||||
// console.log(next);
|
||||
|
||||
store.commit('Common/setPagetitle', to.name)
|
||||
store.commit('Common/setPagetitle', to.name != 'home' ? to.name : null)
|
||||
next();
|
||||
})
|
||||
}
|
||||
|
Reference in New Issue
Block a user