Promotion tweaks (#85)

* Modify promotion, Fix #80, Fix #79

* Update Avatar.vue

* Version bump
This commit is contained in:
Adrian O.V
2023-08-10 11:49:00 -04:00
committed by GitHub
parent 6023c08554
commit 27172c2a19
5 changed files with 13 additions and 8 deletions

View File

@@ -143,6 +143,7 @@ const toggleDropdown = () => {
const selectOption = (option, index) => {
radioValue.value = option
emit('change', { option, index })
emit('option-click', { option: selectedOption.value })
dropdownVisible.value = false
}
@@ -197,6 +198,10 @@ onBeforeUnmount(() => {
border-radius: var(--radius-md) 0 0 0;
}
}
.btn {
height: 2.25rem;
}
}
.selected {