0👍
i just prefer to not using router-view in product detail, because product detail already part of it (loading from router-view).
and you can use v-if condition and also do scope data load in product detail,
for example if i just @click image 2 sidebar it would send a request and then update the data state and area Z (or other area) will automatically update
- [Vuejs]-Serving a custom “Page not found” 404 page in a Vue.js MPA (multipage application) by modifying vue.config.js?
- [Vuejs]-Get all values of custom input inside v-for vuejs
Source:stackexchange.com