|
@@ -21,7 +21,9 @@
|
|
|
<template v-for="item in options" :key="item.key">
|
|
<template v-for="item in options" :key="item.key">
|
|
|
<SelectOptGroup v-if="item.options.length" class="group-item" :key="item.key">
|
|
<SelectOptGroup v-if="item.options.length" class="group-item" :key="item.key">
|
|
|
<template #label>
|
|
<template #label>
|
|
|
- <span class="group-item-title">{{ item.name }}</span>
|
|
|
|
|
|
|
+ <div :title="item.name">
|
|
|
|
|
+ <span class="group-item-title">{{ item.name }}</span>
|
|
|
|
|
+ </div>
|
|
|
</template>
|
|
</template>
|
|
|
<SelectOption
|
|
<SelectOption
|
|
|
v-for="(option, ndx) in item.options"
|
|
v-for="(option, ndx) in item.options"
|