No More Posting New Topics!

If you have a question or an issue, please start a thread in our Github Discussions Forum.
This forum is closed for new threads/ topics.

Navigation

    Quasar Framework

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search

    Quasar Dialog plugin https://quasar.dev/quasar-plugins/dialog#Using-HTML

    Framework
    2
    2
    128
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • A
      ankush_naik last edited by

      i am trying to use it in my project. but it isnt working.
      sc.png
      Thats the screenshot of it.
      i have also installed it in quasar config.

      1 Reply Last reply Reply Quote 0
      • rstoenescu
        rstoenescu Admin last edited by

        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 // <<<<<<<<<<<<
              })
        
        1 Reply Last reply Reply Quote 0
        • First post
          Last post