Skip to content
This repository was archived by the owner on Oct 24, 2019. It is now read-only.

Commit b16814f

Browse files
committed
fix: Add 'object' to data type
1 parent ff4d460 commit b16814f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Grid.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export default {
1212
name: 'TuiGrid',
1313
props: {
1414
data: {
15-
type: Array,
15+
type: [Array, Object],
1616
required: true
1717
},
1818
columns: {

0 commit comments

Comments
 (0)