Commit 78a66116b2a9457cb4942513d3d183db1a0e6e35

Authored by Aresn
Committed by GitHub
1 parent 98252a9e

Update checkbox.vue

Showing 1 changed file with 0 additions and 1 deletions   Show diff stats
src/components/checkbox/checkbox.vue
... ... @@ -120,7 +120,6 @@
120 120 },
121 121 methods: {
122 122 change (event) {
123   - console.log(event);
124 123 if (this.disabled) {
125 124 return false;
126 125 }
... ...