index.js 95 Bytes
import api from '@/api'

export default {
  install (Vue) {
    Vue.prototype.$api = api
  }
}