element-ui-root 2.7.1 → 2.7.2
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 +8 -2
- package/dist/index.umd.js +8 -2
- package/dist/index.umd.min.js +1 -1
- package/package.json +1 -1
package/dist/index.common.js
CHANGED
|
@@ -130065,8 +130065,11 @@ const AformItem = a => Promise.resolve(/* AMD require */).then(function() { var
|
|
|
130065
130065
|
this.create();
|
|
130066
130066
|
},
|
|
130067
130067
|
|
|
130068
|
-
|
|
130068
|
+
beforeDestroy() {
|
|
130069
130069
|
this.cancel();
|
|
130070
|
+
},
|
|
130071
|
+
|
|
130072
|
+
destroyed() {
|
|
130070
130073
|
this.create = null;
|
|
130071
130074
|
this.verify = null;
|
|
130072
130075
|
this.finish = null;
|
|
@@ -132171,8 +132174,11 @@ const AformItem = a => Promise.resolve(/* AMD require */).then(function() { var
|
|
|
132171
132174
|
this.create();
|
|
132172
132175
|
},
|
|
132173
132176
|
|
|
132174
|
-
|
|
132177
|
+
beforeDestroy() {
|
|
132175
132178
|
this.cancel();
|
|
132179
|
+
},
|
|
132180
|
+
|
|
132181
|
+
destroyed() {
|
|
132176
132182
|
this.create = null;
|
|
132177
132183
|
this.verify = null;
|
|
132178
132184
|
this.finish = null;
|
package/dist/index.umd.js
CHANGED
|
@@ -130074,8 +130074,11 @@ const AformItem = a => Promise.resolve(/* AMD require */).then(function() { var
|
|
|
130074
130074
|
this.create();
|
|
130075
130075
|
},
|
|
130076
130076
|
|
|
130077
|
-
|
|
130077
|
+
beforeDestroy() {
|
|
130078
130078
|
this.cancel();
|
|
130079
|
+
},
|
|
130080
|
+
|
|
130081
|
+
destroyed() {
|
|
130079
130082
|
this.create = null;
|
|
130080
130083
|
this.verify = null;
|
|
130081
130084
|
this.finish = null;
|
|
@@ -132180,8 +132183,11 @@ const AformItem = a => Promise.resolve(/* AMD require */).then(function() { var
|
|
|
132180
132183
|
this.create();
|
|
132181
132184
|
},
|
|
132182
132185
|
|
|
132183
|
-
|
|
132186
|
+
beforeDestroy() {
|
|
132184
132187
|
this.cancel();
|
|
132188
|
+
},
|
|
132189
|
+
|
|
132190
|
+
destroyed() {
|
|
132185
132191
|
this.create = null;
|
|
132186
132192
|
this.verify = null;
|
|
132187
132193
|
this.finish = null;
|