delete dialogs: use div instead of input for name
This commit is contained in:
@ -10,7 +10,9 @@
|
||||
|
||||
<v-card-text>
|
||||
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-actions>
|
||||
|
||||
Reference in New Issue
Block a user