forked from verdnatura/salix-front
refs #6694 perf: add function for optionLabel
This commit is contained in:
parent
7a7622023c
commit
c0005c0544
|
@ -13,7 +13,7 @@ const $props = defineProps({
|
|||
default: () => [],
|
||||
},
|
||||
optionLabel: {
|
||||
type: String,
|
||||
type: [String, Function],
|
||||
default: '',
|
||||
},
|
||||
filterOptions: {
|
||||
|
|
Loading…
Reference in New Issue