cy-element-ui 1.1.13 → 1.1.14

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,6 +1,6 @@
1
1
  {
2
2
  "name": "cy-element-ui",
3
- "version": "1.1.13",
3
+ "version": "1.1.14",
4
4
  "description": "A Component Library for Vue.js.",
5
5
  "main": "lib/index.js",
6
6
  "files": [
package/src/index.js CHANGED
@@ -225,7 +225,7 @@ if (typeof window !== 'undefined' && window.Vue) {
225
225
  }
226
226
 
227
227
  export default {
228
- version: '1.1.12',
228
+ version: '1.1.13',
229
229
  locale: locale.use,
230
230
  i18n: locale.i18n,
231
231
  install,