delete dialogs: use div instead of input for name

This commit is contained in:
Seth Ladygo
2019-05-18 10:42:30 -07:00
parent 634bf0bfb4
commit 2b3b1eccd2
2 changed files with 7 additions and 3 deletions

View File

@ -10,7 +10,9 @@
<v-card-text> <v-card-text>
Really remove model from section? Really remove model from section?
<input class="subheading font-weight-medium mt-2" v-model="name"/> <div class="subheading font-weight-medium mt-2">
{{ name }}
</div>
</v-card-text> </v-card-text>
<v-card-actions> <v-card-actions>

View File

@ -9,8 +9,10 @@
</DialogHeading> </DialogHeading>
<v-card-text> <v-card-text>
Really delete section? Really delete catalog section?
<input class="subheading font-weight-medium mt-2" v-model="name"/> <div class="subheading font-weight-medium mt-2">
{{ name }}
</div>
</v-card-text> </v-card-text>
<v-card-actions> <v-card-actions>