const wx = require(‘./1.3.2.js‘).wxconst plugin = { ?install (Vue) { ???Vue.prototype.$wechat = wx ???Vue.wechat = wx ?}, ?$wechat: wx}export default pluginexport const install = plugin.install
/** * Created by cuiyang on 2018/7/3. */const alipay = require(‘./alipayjsapi.min‘).apconst plugin = { ???intall(){ ???????Vue.prototype.$alipay = alipay ???????Vue.alipay = alipay ???}, ???alipay: alipay}export default pluginexport const install = plugin.install
vue-插件 引用ali.JS,
原文地址:https://www.cnblogs.com/MR-cui/p/9257591.html