Filter Cmpt: correct type for Column names

This commit is contained in:
cgfhtw
2023-12-22 11:04:42 +01:00
parent a2f944ff92
commit 787d479a33
@@ -26,8 +26,8 @@ export default {
default: []
},
names: {
type: Array,
default: []
type: Object,
default: {}
}
},
emits: {