[Vuejs]-Don't see div with v-if, regardless of the value in the data

0👍

You should somehow share data between components.
You can do it many ways, but for this case i suggest to use event handling https://v2.vuejs.org/v2/guide/events.html#ad

Edited your sandbox with example – https://codesandbox.io/s/mzq0r2w88j

Leave a comment