index.js 95 Bytes EditWeb IDE 1 2 3 4 5 6 7 import api from '@/api' export default { install (Vue) { Vue.prototype.$api = api } }