fix: alert i18n dialog

This commit is contained in:
puriphatt 2024-06-17 04:00:22 +00:00
parent 3aa99f2ede
commit 8fdc916955
5 changed files with 17 additions and 6 deletions

View file

@ -81,7 +81,7 @@ defineProps<{
:class="{ 'full-width': !cancel }"
v-if="action"
@click="action"
:label="actionText || $t('defaultDialog')"
:label="actionText || $t('agree')"
:color="color || 'primary'"
v-close-popup
/>