fix: alert i18n dialog
This commit is contained in:
parent
3aa99f2ede
commit
8fdc916955
5 changed files with 17 additions and 6 deletions
|
|
@ -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
|
||||
/>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue