• $q 是插件,需要先设置 quasar.conf.js,如下,然后就可以使用了

    return {
      framework: {
        plugins: [
          'Notify'
        ],
        config: {
          notify: { /* look at QUASARCONFOPTIONS from the API card (bottom of page) */ }
        }
      }
    }
    
Beon
新手
  • 0 标签
  • 1 帖子
  • 1 回帖



个人主页