index.js 95 Bytes
Newer Older
乐宝呗666's avatar
乐宝呗666 committed
1 2 3 4 5 6 7
import api from '@/api'

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