generated from VLADIMIR/template_frontend
fix
This commit is contained in:
@@ -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 }">
|
||||
|
||||
Reference in New Issue
Block a user