0
0
Fork 0

refs #6694 perf: add function for optionLabel

This commit is contained in:
Javier Segarra 2024-01-17 08:30:05 +01:00
parent 7a7622023c
commit c0005c0544
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ const $props = defineProps({
default: () => [],
},
optionLabel: {
type: String,
type: [String, Function],
default: '',
},
filterOptions: {