[Vuejs]-Handling complex router views in vue js

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

Leave a comment