ecinc-cloud-wappaio 9.6.114 → 9.6.116

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/index.js CHANGED
@@ -193,6 +193,7 @@ if (typeof window !== 'undefined' && window.Vue) {
193
193
 
194
194
  Vue.prototype.$tx = lang.$tx
195
195
  window.$tx = $lang.$tx
196
+ window.$http = httpRequest
196
197
  }, 0)
197
198
  }
198
199