dl_site_nuxt/plugins/router.js

6 lines
118 B
JavaScript

export default ({ app,$cookies,$config, store }) => {
app.router.beforeEach((to, from, next) => {
next()
})
}