Fix wrong prop type

This commit is contained in:
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: { props: {
column: Object, column: Object,
rowObject: Object, rowObject: Object,
rawCellValue: Object rawCellValue: [String,Number,Boolean,Array,Object,Date,Function,Symbol,],
}, },
computed: { computed: {
cellValue() { cellValue() {