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

checkbox组件checked状态改变时无法触发事件 #484

Open
Liaogming opened this issue Dec 14, 2020 · 1 comment
Open

checkbox组件checked状态改变时无法触发事件 #484

Liaogming opened this issue Dec 14, 2020 · 1 comment
Labels
bug Something isn't working refactor Refactor old code

Comments

@Liaogming
Copy link
Contributor

<script> export default { data () { return { checkList: ['选中且禁用','复选框 A'] }; }, watch:{ checkList(val){ console.log(val) } } }; 改变checked状态值无法打印val
@qiqingfu
Copy link
Contributor

最近重构该组件时,会解决这个问题的

@cuixiaorui cuixiaorui added bug Something isn't working refactor Refactor old code labels Dec 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working refactor Refactor old code
Projects
None yet
Development

No branches or pull requests

3 participants