[Vuejs]-Using router push inside sweetalert onOpen function – Vue2 19 November 2023 by thecoderscamp.com 3 Solved, using arrow function: onClose: () => { this.$router.push({ name: 'AnotherPage' }) } Alexander Kim [Vuejs]-How can I make a dropdown menu for font families using vue js? Source:stackexchange.com