Skip to content

Commit 8c2b7e2

Browse files
committed
Merge remote-tracking branch 'origin/feature/checkbox-custom-template' into feature/checkbox-custom-template
# Conflicts: # src/components/Table.vue
2 parents 2ba446e + a353b88 commit 8c2b7e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Table.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -621,7 +621,7 @@ export default {
621621
!!this.$slots['table-checkbox-column'] ||
622622
!!this.$scopedSlots['table-checkbox-column']
623623
);
624-
}
624+
},
625625
626626
showEmptySlot() {
627627
if (!this.paginated.length) return true;

0 commit comments

Comments
 (0)