6 lines
118 B
JavaScript
6 lines
118 B
JavaScript
export default ({ app,$cookies,$config, store }) => {
|
|
app.router.beforeEach((to, from, next) => {
|
|
next()
|
|
})
|
|
}
|