feat: add reload database

This commit is contained in:
tiny-craft
2023-07-05 00:57:00 +08:00
parent a200b554de
commit d7955702f8
6 changed files with 69 additions and 22 deletions

View File

@@ -152,7 +152,7 @@ const onClose = () => {
preset="dialog"
transform-origin="center"
>
<n-tabs v-model:value="tab" type="line">
<n-tabs v-model:value="tab" type="line" animated>
<n-tab-pane :tab="$t('general')" display-directive="show" name="general">
<n-form
ref="generalFormRef"