This commit is contained in:
@@ -29,12 +29,8 @@
|
|||||||
@keydown.esc="cancel"
|
@keydown.esc="cancel"
|
||||||
>
|
>
|
||||||
<v-card elevation="24">
|
<v-card elevation="24">
|
||||||
<v-card-title
|
<v-card-title class="headline lighten-2" primary-title>
|
||||||
v-if="options.title"
|
<span v-if="options.title"> {{ options.title }} </span>
|
||||||
class="headline lighten-2"
|
|
||||||
primary-title
|
|
||||||
>
|
|
||||||
{{ options.title }}
|
|
||||||
</v-card-title>
|
</v-card-title>
|
||||||
|
|
||||||
<v-card-text>
|
<v-card-text>
|
||||||
|
|||||||
Reference in New Issue
Block a user