close sse

This commit is contained in:
Rafi
2023-02-12 15:42:05 +08:00
parent 6dfc92ede9
commit 4bbe3ed38d
5 changed files with 11 additions and 65 deletions

View File

@@ -33,16 +33,16 @@
clearable
:disabled="!editable"
></v-text-field>
<v-div
<div
v-if="editable"
>
<v-btn class="ml-3" icon="done" @click="save"></v-btn>
</v-div>
<v-div
</div>
<div
v-else
>
<v-btn class="ml-3" icon="edit" @click="editable = true"></v-btn>
</v-div>
</div>
</div>
</v-card-text>
<v-divider></v-divider>