api.js 109 B

123456
  1. import Vue from 'vue'
  2. import api from '@/api'
  3. Object.defineProperty(Vue.prototype, '$api', {
  4. value: api
  5. })