3👍
✅
Solved, using arrow function:
onClose: () => {
this.$router.push({ name: 'AnotherPage' })
}
Source:stackexchange.com
3👍
Solved, using arrow function:
onClose: () => {
this.$router.push({ name: 'AnotherPage' })
}