merge-upstream-5.0.1 #66
|
@ -30,8 +30,13 @@
|
||||||
v-on:update:modelValue="modelValueUpdate"
|
v-on:update:modelValue="modelValueUpdate"
|
||||||
>
|
>
|
||||||
<o-dropdown v-model="distance" position="bottom-right" v-if="distance">
|
<o-dropdown v-model="distance" position="bottom-right" v-if="distance">
|
||||||
<template #trigger>
|
<template #trigger="{ active }">
|
||||||
<o-button :title="t('Select distance')">{{ distanceText }}</o-button>
|
<o-button
|
||||||
|
:title="t('Select distance')"
|
||||||
|
:icon-right="active ? 'menu-up' : 'menu-down'"
|
||||||
|
>
|
||||||
|
{{ distanceText }}
|
||||||
|
</o-button>
|
||||||
</template>
|
</template>
|
||||||
<o-dropdown-item
|
<o-dropdown-item
|
||||||
v-for="distance_item in distanceList"
|
v-for="distance_item in distanceList"
|
||||||
|
|
Loading…
Reference in a new issue