fix(projects): fix setupAppVersionNotification render

This commit is contained in:
Soybean 2024-06-07 11:33:22 +08:00
parent ff51b72dac
commit 6a6eb9afd6

View File

@ -19,7 +19,7 @@ export function setupAppVersionNotification() {
n?.destroy();
}
},
$t('system.updateCancel')
() => $t('system.updateCancel')
),
h(
NButton,
@ -29,7 +29,7 @@ export function setupAppVersionNotification() {
location.reload();
}
},
$t('system.updateConfirm')
() => $t('system.updateConfirm')
)
]);
}