fix(upc): dropdown button title

This commit is contained in:
Zack Spear
2023-08-28 14:52:30 -07:00
parent 02adbe5397
commit eee6394d2a

View File

@@ -45,6 +45,7 @@ const showExpireTime = computed(() => {
:href="action?.href"
:icon="action.icon"
:text="t(action.text)"
:title="action?.title ? t(action?.title) : null"
@click="action.click()"
/>
</li>