refactor: reformat code

This commit is contained in:
tiny-craft
2023-08-24 15:23:25 +08:00
parent 7135ae4096
commit 9fc0cbd40d
63 changed files with 175 additions and 349 deletions

View File

@@ -63,15 +63,13 @@ const onClose = () => {
preset="dialog"
transform-origin="center"
@positive-click="onRename"
@negative-click="onClose"
>
@negative-click="onClose">
<n-form
:model="renameForm"
:show-require-mark="false"
:show-label="false"
label-align="left"
label-placement="top"
>
label-placement="top">
<n-form-item :label="$t('new_key_name')" required>
<n-input v-model:value="renameForm.newKey" />
</n-form-item>