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

    Notify-API给的提示可以不显示左上角的数字吗? Can the notify-API prompt not display the upper-left number?

    Help
    3
    3
    149
    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.
    • 七
      七分醒 last edited by

      Notify-API给的提示可以不显示左上角的数字吗? Can the notify-API prompt not display the upper-left number?

      I 1 Reply Last reply Reply Quote 0
      • I
        Ilia @七分醒 last edited by Ilia

        @七分醒 Looks like it can
        https://quasar.dev/quasar-plugins/notify#Grouping

        1 Reply Last reply Reply Quote 1
        • C
          codethirsty last edited by codethirsty

          @七分醒 That number can be remove if you set the $q.notify attribute ‘group’ to false. Here goes an example

          this.$q.notify({
               group: false,
               message: 'Theese are not the droids you are looking for',
               color: 'amber-9',
               icon: 'search'
             })
          

          Now the default behavior of the $q.notify is to slide up insted of stack

          1 Reply Last reply Reply Quote 0
          • First post
            Last post