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