d2-admin/src/plugin/api/index.js

8 lines
95 B
JavaScript

import api from '@/api'
export default {
install (Vue) {
Vue.prototype.$api = api
}
}