Skip to content

Commit 19e2fb9

Browse files
committed
[build] 3.2.9
1 parent 0dc2373 commit 19e2fb9

File tree

5 files changed

+8
-6
lines changed

5 files changed

+8
-6
lines changed

dist/vue-custom-element.esm.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* vue-custom-element v3.2.8
2+
* vue-custom-element v3.2.9
33
* (c) 2019 Karol Fabjańczuk
44
* @license MIT
55
*/
@@ -508,6 +508,7 @@ function install(Vue) {
508508

509509
options.destroyTimeout !== null && setTimeout(function () {
510510
if (_this2.__detached__ && _this2.__vue_custom_element__) {
511+
_this2.__detached__ = false;
511512
_this2.__vue_custom_element__.$destroy(true);
512513
delete _this2.__vue_custom_element__;
513514
delete _this2.__vue_custom_element_props__;

dist/vue-custom-element.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* vue-custom-element v3.2.8
2+
* vue-custom-element v3.2.9
33
* (c) 2019 Karol Fabjańczuk
44
* @license MIT
55
*/
@@ -514,6 +514,7 @@ function install(Vue) {
514514

515515
options.destroyTimeout !== null && setTimeout(function () {
516516
if (_this2.__detached__ && _this2.__vue_custom_element__) {
517+
_this2.__detached__ = false;
517518
_this2.__vue_custom_element__.$destroy(true);
518519
delete _this2.__vue_custom_element__;
519520
delete _this2.__vue_custom_element_props__;

dist/vue-custom-element.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/demo.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/demo.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)