Vue全局添加組件或者模塊

import Api from './api.js'api

export default {prototype

  install (Vue) {import

    Vue.prototype.$Api = Apiim

   }註冊

}

這種格式就能夠在main.js中直接使用Vue.use()全局註冊

相關文章
相關標籤/搜索