My problem: I can't target data element(show: false), and use Vue directive v-show: to hide element what I want.
This "show" property changing when toggle menu button is a click. And in console possible call this "show" property writing $vm0.show But how I can target this property in v-show: directive?