Skip to content

Commit

Permalink
Define emitted events
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonvarga committed Jan 10, 2025
1 parent a116d26 commit ee1616b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions resources/js/components/data-list/DataList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
import Fuse from 'fuse.js';
export default {
emits: ['selections-updated', 'visible-columns-updated'],
props: {
columns: {
type: Array,
Expand Down

0 comments on commit ee1616b

Please sign in to comment.