diff --git a/src/components/select/USelectMenu.vue b/src/components/select/USelectMenu.vue index 768558f..add94e1 100644 --- a/src/components/select/USelectMenu.vue +++ b/src/components/select/USelectMenu.vue @@ -235,7 +235,7 @@ onMounted(() => { :value="valueAttribute ? option[valueAttribute] : option" :disabled="option.isDisabled" > -
+
  • @@ -250,6 +250,9 @@ onMounted(() => { {{ typeof option === 'string' ? option : option[optionAttribute] }}
    + +