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

Commit 1d9f196

Browse files
author
한정
authored
Merge pull request #11 from ryum91/master
fix: Add 'object' to data type
2 parents ff4d460 + b16814f commit 1d9f196

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)