Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/feature/checkbox-custom-template…
Browse files Browse the repository at this point in the history
…' into feature/checkbox-custom-template

# Conflicts:
#	src/components/Table.vue
lucifilote committed Oct 14, 2021
2 parents 2ba446e + a353b88 commit 8c2b7e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Table.vue
Original file line number Diff line number Diff line change
@@ -621,7 +621,7 @@ export default {
!!this.$slots['table-checkbox-column'] ||
!!this.$scopedSlots['table-checkbox-column']
);
}
},
showEmptySlot() {
if (!this.paginated.length) return true;

0 comments on commit 8c2b7e2

Please sign in to comment.