fix(projects): fix setupAppVersionNotification render
This commit is contained in:
parent
ff51b72dac
commit
6a6eb9afd6
@ -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')
|
||||||
)
|
)
|
||||||
]);
|
]);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user