Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

This directive makes v-show not work when been added after it #12

Open
David-Tsui opened this issue May 5, 2018 · 1 comment
Open

Comments

@David-Tsui
Copy link

David-Tsui commented May 5, 2018

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 }
@David-Tsui David-Tsui changed the title Break v-show This directive makes v-show not work when been added after it May 5, 2018
@WJWang
Copy link

WJWang commented Aug 2, 2018

I have the same issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants