[Vuejs]-VueJs Async loading templates

0👍

My guess would be that you should try v-if instead of v-show. What v-show does is changing display property, vue is trying to render the element anyway.

docs

Leave a comment