|
|
@@ -1,6 +1,6 @@
|
|
|
<template>
|
|
|
<Dialog teleport="body" class="app-updater" v-model:show="show" :title="message ? $t('common.tips') : $t('common.downloading')"
|
|
|
- :show-confirm-button="showConfirmButton" :confirm-button-text="confirmButtonText" show-cancel-button
|
|
|
+ :show-confirm-button="showConfirmButton" :confirm-button-text="confirmButtonText" :cancel-button-text="$t('operation.cancel')" show-cancel-button
|
|
|
:before-close="onbeforeClose" @confirm="onConfirm" @cancel="onCancel">
|
|
|
<div class="app-updater-message" v-if="message">
|
|
|
<span>{{ message }}</span>
|