2021-11-06
Last updated 2 years ago
Was this helpful?
beforeRouteEnter(to, from, next) { next(vm => { if (to.path.indexOf('/path') > -1) { vm.methodName; } }) },