router.beforeEach((to, from, next) => { | |
document.title = to.meta.title | |
next() | |
}) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
router.beforeEach((to, from, next) => { | |
document.title = to.meta.title | |
next() | |
}) |