aslanon / vue-confirm-dialog

Simple Confirm Dialog verification plugin with Vue.js.
https://aslanon.github.io/vue-confirm-dialog/
MIT License
191 stars 42 forks source link

Add HTML support for title and message #28

Closed morsapt closed 2 years ago

morsapt commented 3 years ago

Changed: use the v-html prop instead of the {{dialog.title}}, allowing the use of HTML tags. There is an issue, marked as an enhancement - /issues/15 - that I think that this PR solves.

Note: Also bumped the version to 1.1.0 instead of 1.0.3 since I think this is a feature and not a bug fix.

allahyar commented 2 years ago

@aslanon Please merge :)

codepotato commented 2 years ago

Second vote to have this merged, please.