0👍
To go to another page, you could use router.push({ path: 'home' })
as stated in the vue-router documentation.
- [Vuejs]-Symfony i18n coupled to VueJS
- [Vuejs]-How can I transform computed properties method into GETTER and SETTER?
Source:stackexchange.com