diff --git a/src/components/DynamicPicker.vue b/src/components/DynamicPicker.vue index b12f8fe..84bf986 100644 --- a/src/components/DynamicPicker.vue +++ b/src/components/DynamicPicker.vue @@ -60,6 +60,60 @@ + + + + + + + + {{ folder.name }} + + + + {{ placeholder || 'Select Folders' }} + + + + + + {{ slotProps.option.name }} + + + + {{ slotProps.option.itemCount }} item{{ slotProps.option.itemCount !== 1 ? 's' : '' }} + + + + {{ slotProps.option.subfolderCount }} subfolder{{ slotProps.option.subfolderCount !== 1 ? 's' : '' }} + + + + + + +