2
0
mirror of https://github.com/acepanel/panel.git synced 2026-02-04 11:27:17 +08:00

feat: format files

This commit is contained in:
2025-04-13 03:06:22 +08:00
parent 67d350ebe2
commit 5f0a4ca89e
80 changed files with 725 additions and 441 deletions

View File

@@ -56,7 +56,10 @@ watch(
/>
</n-form-item>
<n-form-item path="privileges" :label="$gettext('Privileges')">
<n-dynamic-input v-model:value="updateModel.privileges" :placeholder="$gettext('Enter database name')" />
<n-dynamic-input
v-model:value="updateModel.privileges"
:placeholder="$gettext('Enter database name')"
/>
</n-form-item>
<n-form-item path="remark" :label="$gettext('Comment')">
<n-input