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