Quasar Dialog plugin https://quasar.dev/quasar-plugins/dialog#Using-HTML
-
i am trying to use it in my project. but it isnt working.
Thats the screenshot of it.
i have also installed it in quasar config. -
Hi,
Have you set
html: true
?this.$q.dialog({ title: 'Alert<em>!</em>', message: '<em>I can</em> <span class="text-red">use</span> <strong>HTML</strong>', html: true // <<<<<<<<<<<< })