verifyemailpage
This commit is contained in:
@@ -25,6 +25,13 @@ export default defineRouter(function (/* { store, ssrContext } */) {
|
||||
// quasar.conf.js -> build -> publicPath
|
||||
history: createHistory(process.env.VUE_ROUTER_BASE)
|
||||
})
|
||||
// to hacia
|
||||
// from desde
|
||||
Router.beforeEach((to, from, next) => {
|
||||
console.log(to)
|
||||
console.log(from)
|
||||
next()
|
||||
})
|
||||
|
||||
return Router
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user