Fix wrong prop type

This commit is contained in:
Tobias Johansson 2019-04-03 17:49:17 +02:00
parent 700e7d2fc4
commit ee6fd3386d

View File

@ -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() {