[Vuejs]-Vue: $emit is changing parent value, but the v-if is not responding

0๐Ÿ‘

v-if manipulates dom, while v-show use display:none attribute.
Can you try with v-show directive?

Leave a comment