I\'m learning Vue router. And I want to made programmatic navigation without using in templates file. My router and view:
ro
For those attempting to use es6 arrow functions, another alternative to @Kishan Vaghela is:
methods: { gotoRegister() { this.$router.push('register') } }
as explained in the first answer of Methods in ES6 objects: using arrow functions