Skip to content

Commit

Permalink
Merge pull request lusaxweb#854 from nitogel/patch-1
Browse files Browse the repository at this point in the history
Fix multiple select checkbox
  • Loading branch information
luisDanielRoviraContreras authored Sep 10, 2020
2 parents a69ef97 + c747291 commit 75045a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/vsTable/vsTable.vue
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
:icon="isCheckedLine ? 'remove' : 'check'"
:checked="isCheckedMultiple"
size="small"
@click="changeCheckedMultiple"/>
@change="changeCheckedMultiple"/>
</span>
</th>
<slot name="thead"></slot>
Expand Down

0 comments on commit 75045a2

Please sign in to comment.