ecinc-cloud-yoagwgl 9.5.211 → 9.5.213

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
@@ -71,9 +71,12 @@ if (typeof window !== 'undefined' && window.Vue) {
71
71
  install(window.Vue)
72
72
  }
73
73
 
74
+ const $messages = require('./lang/index.js')
75
+
74
76
  export default {
75
77
  // 导出的对象必须具备一个 install 方法
76
78
  install,
77
79
  // 组件列表
78
- ...components
80
+ ...components,
81
+ $messages
79
82
  }