UNPKG

bmfe-mobile-template

Version:

BM 移动端模板

8 lines 191 B
// AjaxPlugin import Service from 'Service' export default { install: (Vue, options) => { Vue.prototype.ajax = GLOBAL.ajax Vue.prototype.$service = Service._apiMap } }