Asynchronously load a Vue plugin

前端 未结 0 1868
情书的邮戳
情书的邮戳 2021-02-11 19:51

For my project, I\'m using Buefy and I only install the plugins I need before init my Vue app.

import { Modal, Rate } from \'buefy\'
Vue.use(Modal);
Vue.use(Rate)         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题