@ -4,7 +4,7 @@
v-if="currentDoc"
class="title mb-5"
>
<v-card-text>
<v-card-text class="title">
{{ currentDoc.text }}
</v-card-text>
</v-card>
@ -24,7 +24,9 @@
</template>
<template v-slot:item.text="{ item }">
<v-edit-dialog>
{{ item.text }}
<span class="title" style="font-weight:400">
</span>
<template v-slot:input>
<v-textarea
:value="item.text"
@ -6,7 +6,7 @@
<v-card