cy-element-ui 1.0.10 → 1.0.11
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/lib/element-ui.common.js +1 -1
- package/lib/index.js +1 -1
- package/package.json +1 -1
- package/src/index.js +1 -1
package/lib/element-ui.common.js
CHANGED
|
@@ -34668,7 +34668,7 @@ if (typeof window !== 'undefined' && window.Vue) {
|
|
|
34668
34668
|
install(window.Vue);
|
|
34669
34669
|
}
|
|
34670
34670
|
var _default = exports["default"] = {
|
|
34671
|
-
version: '1.0.
|
|
34671
|
+
version: '1.0.10',
|
|
34672
34672
|
locale: _locale["default"].use,
|
|
34673
34673
|
i18n: _locale["default"].i18n,
|
|
34674
34674
|
install: install,
|