Specify prop type

This commit is contained in:
2019-04-04 10:44:22 +02:00
parent fe2f350013
commit de40b4b2b6
7 changed files with 18 additions and 9 deletions

View File

@@ -63,7 +63,7 @@ let Filter = Vue.component('pillar-table-column-filter', {
template: TEMPLATE,
props: {
columns: Array, // Instances of ColumnBase
componentState: Object, // Instance of ComponentState
componentState: Object, // Instance of ComponentState (but type Object since it has been deserialized)
},
data() {
return {