import Api from './api.js'
export default {
install (Vue) {
Vue.prototype.$Api = Api
}
这种格式就可以在main.js中直接使用Vue.use()全局注册