Notify-API给的提示可以不显示左上角的数字吗? Can the notify-API prompt not display the upper-left number?
-
Notify-API给的提示可以不显示左上角的数字吗? Can the notify-API prompt not display the upper-left number?
-
@七分醒 Looks like it can
https://quasar.dev/quasar-plugins/notify#Grouping -
@七分醒 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