0๐
routes: [
{ path: '/a', redirect: { name: 'foo' }}
]
The Docs
https://router.vuejs.org/guide/essentials/redirect-and-alias.html#redirect
- [Vuejs]-Vue.js computed on nested arrays
- [Vuejs]-Input data got reset after checkbox is checked when using Vue js
Source:stackexchange.com