cy-element-ui 1.0.24 → 1.0.25
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
|
@@ -34975,7 +34975,7 @@ if (typeof window !== 'undefined' && window.Vue) {
|
|
|
34975
34975
|
install(window.Vue);
|
|
34976
34976
|
}
|
|
34977
34977
|
var _default = exports["default"] = {
|
|
34978
|
-
version: '1.0.
|
|
34978
|
+
version: '1.0.24',
|
|
34979
34979
|
locale: _locale["default"].use,
|
|
34980
34980
|
i18n: _locale["default"].i18n,
|
|
34981
34981
|
install: install,
|