Open David-Tsui opened 6 years ago
After adding v-model to something with v-show directive, v-show seems to be not work.
v-show works
<div v-model={ this.updateGroupForm.show } v-show={ showSetting }
v-show does not work
<div v-show={ showSetting } v-model={ this.updateGroupForm.show }
I have the same issue.
After adding v-model to something with v-show directive, v-show seems to be not work.
v-show works
v-show does not work