update editor

This commit is contained in:
2026-07-24 14:02:45 +07:00
parent 7d19ca800c
commit c45b53e400
5 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -152,7 +152,7 @@ function onCreateKey(): Key {
<template #create-button-default> Добавить улику </template>
<template #default="{ value }">
<div style="display: flex; align-items: center; width: 100%">
<n-input v-model:value="value.name" type="text" />
<n-input v-model:value="value.name" type="text" placeholder="Название" />
</div>
</template>
</n-dynamic-input>