cy-element-ui 1.0.66 → 1.0.67

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/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "cy-element-ui",
3
- "version": "1.0.66",
3
+ "version": "1.0.67",
4
4
  "description": "基于ElementUI开发的组件",
5
- "main": "lib/element-ui.common.js",
5
+ "main": "lib/index.js",
6
6
  "files": [
7
7
  "lib",
8
8
  "src",
package/src/index.js CHANGED
@@ -221,7 +221,7 @@ if (typeof window !== 'undefined' && window.Vue) {
221
221
  }
222
222
 
223
223
  export default {
224
- version: '1.0.66',
224
+ version: '1.0.67',
225
225
  locale: locale.use,
226
226
  i18n: locale.i18n,
227
227
  install,