Asynchronously load a Vue plugin

前端 未结 0 766
礼貌的吻别
礼貌的吻别 2021-02-11 19:52

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)         


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