This commit is contained in:
2026-08-08 18:20:43 +07:00
parent c17f91b903
commit ffa80a19ad
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -225,7 +225,7 @@ function onCreateKey(): Key {
<template #action="{ index, create, remove }">
<div style="display: flex; flex-direction: column;">
<n-button @click="() => create(index)" class="plus-minus-buttons">+</n-button>
<n-button disabled @click="() => remove(index)" class="plus-minus-buttons">-</n-button>
<n-button @click="() => remove(index)" class="plus-minus-buttons">-</n-button>
</div>
</template>
<template #default="{ value: door }">