allow html in confirm dialog text
This commit is contained in:
@@ -9,7 +9,7 @@ v-dialog(v-model='show'
|
|||||||
@keydown.esc='cancel')
|
@keydown.esc='cancel')
|
||||||
v-card
|
v-card
|
||||||
v-card-title {{ title }}
|
v-card-title {{ title }}
|
||||||
v-card-text(v-show='!!message') {{ message }}
|
v-card-text(v-show='!!message' v-html='message')
|
||||||
v-card-actions
|
v-card-actions
|
||||||
v-spacer
|
v-spacer
|
||||||
v-btn(outlined color='error' @click='cancel') {{$t('common.cancel')}}
|
v-btn(outlined color='error' @click='cancel') {{$t('common.cancel')}}
|
||||||
|
|||||||
Reference in New Issue
Block a user