We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
"mand-mobile": "^2.2.4"
macos 10.14.1
node 11.11.0 npm 6.9.0
none
<md-dialog v-model="diaglogVisible" :closable="false" :mask-closable="true" > ... </md-dialog>
用computed的get和set依赖一下value再绑定到这里
<md-popup v-model="value" ...
控制报错:Avoid mutating a prop directly
The text was updated successfully, but these errors were encountered:
fix(dialog): fix dialog with maskClosable change props bug
8badde4
fix #471
No branches or pull requests
使用dialog时设置mask-closable为true时会报错避免直接改props,查看源码知道内部dialog.vue使用popup时直接绑定value给v-model
Mand Mobile Version
"mand-mobile": "^2.2.4"
OS Version & Browser Version
macos 10.14.1
Node Version, Package Management Tool
node 11.11.0 npm 6.9.0
Recurring Links
none
Recurring Steps
Expectant Behaviors
用computed的get和set依赖一下value再绑定到这里
Actual Behaviors
控制报错:Avoid mutating a prop directly
The text was updated successfully, but these errors were encountered: