Fix wrong prop type
This commit is contained in:
parent
700e7d2fc4
commit
ee6fd3386d
@ -13,7 +13,7 @@ let CellDefault = Vue.component('pillar-cell-default', {
|
||||
props: {
|
||||
column: Object,
|
||||
rowObject: Object,
|
||||
rawCellValue: Object
|
||||
rawCellValue: [String,Number,Boolean,Array,Object,Date,Function,Symbol,],
|
||||
},
|
||||
computed: {
|
||||
cellValue() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user