Update checkbox.vue

This commit is contained in:
Aresn 2018-01-19 10:25:52 +08:00 committed by GitHub
parent 98252a9e15
commit 78a66116b2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -120,7 +120,6 @@
},
methods: {
change (event) {
console.log(event);
if (this.disabled) {
return false;
}