index.js 95 B

1234567
  1. import Vue from 'vue';
  2. Vue.prototype.$service = {
  3. };
  4. export default Vue.prototype.$service;