Skip to main content
added 10 characters in body
Source Link
kissu
  • 47.3k
  • 16
  • 94
  • 197

When inside a component script tag you can use the router and do something like this

this.$router.push('/url-path')
this.$router.push('/url-path')

When inside a component script tag you can use the router and do something like this

this.$router.push('/url-path')

When inside a component script tag you can use the router and do something like this

this.$router.push('/url-path')
Source Link
Njeru Cyrus
  • 1.8k
  • 21
  • 22

When inside a component script tag you can use the router and do something like this

this.$router.push('/url-path')