2021-11-06
beforeRouteEnter(to, from, next) { next(vm => { if (to.path.indexOf('/path') > -1) { vm.methodName; } }) },
https://router.vuejs.org/kr/guide/advanced/navigation-guards.html
https://stackoverflow.com/questions/53788975/vue-router-how-to-get-previous-page-url
Last updated 2 years ago
Was this helpful?