mirror of
https://github.com/tiny-craft/tiny-rdm.git
synced 2025-11-01 11:02:35 +08:00
refactor: reformat code
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user