Skip to content

Commit b0d8ccf

Browse files
authored
Fix wrong validation type for custom buttons
1 parent cbc2b23 commit b0d8ccf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/DataTable.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@
179179
},
180180
181181
customButtons: {
182-
type: Function,
182+
type: Array,
183183
required: false,
184184
default: () => [],
185185
},
@@ -811,4 +811,4 @@
811811
.rtl {
812812
direction: rtl;
813813
}
814-
</style>
814+
</style>

0 commit comments

Comments
 (0)