element-ui-root 1.8.0 → 1.9.0
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/dist/index.common.js +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.min.js +1 -1
- package/package.json +1 -1
package/dist/index.common.js
CHANGED
|
@@ -134094,7 +134094,7 @@ const AformItem = a => Promise.resolve(/* AMD require */).then(function() { var
|
|
|
134094
134094
|
submit,
|
|
134095
134095
|
cancel
|
|
134096
134096
|
} = this.$listeners;
|
|
134097
|
-
return
|
|
134097
|
+
return h("keep-alive", [h("div", {
|
|
134098
134098
|
"class": !this.inline ? 'a-f-editor vertical' : 'a-f-editor',
|
|
134099
134099
|
"style": {
|
|
134100
134100
|
padding: this.margin
|
package/dist/index.umd.js
CHANGED
|
@@ -134103,7 +134103,7 @@ const AformItem = a => Promise.resolve(/* AMD require */).then(function() { var
|
|
|
134103
134103
|
submit,
|
|
134104
134104
|
cancel
|
|
134105
134105
|
} = this.$listeners;
|
|
134106
|
-
return
|
|
134106
|
+
return h("keep-alive", [h("div", {
|
|
134107
134107
|
"class": !this.inline ? 'a-f-editor vertical' : 'a-f-editor',
|
|
134108
134108
|
"style": {
|
|
134109
134109
|
padding: this.margin
|