mirror of
https://github.com/Hopiu/vue-material.git
synced 2026-05-17 11:41:06 +00:00
Add example with HTML
This commit is contained in:
parent
21ffd13e3f
commit
4afb391d79
1 changed files with 2 additions and 2 deletions
|
|
@ -13,7 +13,7 @@
|
|||
|
||||
<md-dialog-confirm
|
||||
:md-title="confirm.title"
|
||||
:md-content="confirm.content"
|
||||
:md-content-html="confirm.contentHtml"
|
||||
:md-ok-text="confirm.ok"
|
||||
:md-cancel-text="confirm.cancel"
|
||||
@open="onOpen"
|
||||
|
|
@ -102,7 +102,7 @@
|
|||
},
|
||||
confirm: {
|
||||
title: 'Use Google\'s location service?',
|
||||
content: 'Let Google help apps determine location. This means sending anonymous location data to Google, even when no apps are running.',
|
||||
contentHtml: 'Let Google help apps determine location. <br> This means sending <strong>anonymous</strong> location data to Google, even when no apps are running.',
|
||||
ok: 'Agree',
|
||||
cancel: 'Disagree'
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue