capturando url

This commit is contained in:
2025-02-01 10:41:11 +01:00
parent 7d0b5576e5
commit 94f2dcc832
2 changed files with 8 additions and 7 deletions

View File

@@ -28,8 +28,8 @@ export default defineRouter(function (/* { store, ssrContext } */) {
// to hacia
// from desde
Router.beforeEach((to, from, next) => {
console.log(to)
console.log(from)
//console.log(to)
//console.log(from)
next()
})