// export default ({ app, store }) => { // app.router.afterEach((to, from, next) => { // console.log(to,from,next); // next() // }) // }