$q 是插件,需要先设置 quasar.conf.js,如下,然后就可以使用了
return { framework: { plugins: [ 'Notify' ], config: { notify: { /* look at QUASARCONFOPTIONS from the API card (bottom of page) */ } } } }
$q 是插件,需要先设置 quasar.conf.js,如下,然后就可以使用了