0👍
Try something like
page (str) {
this.$router.push({path: `/${str}`})
}
- [Vuejs]-How to update the meta information from dynamic data using vue-meta in Vue js?
- [Vuejs]-Is it possible in Vue to programatically wrap an element or component with a transition using a custom directive or render function?
Source:stackexchange.com