Closed
Description
After an element is detached and then sometimes later reattached, the inner Vue component isn't recreated. It's caused by the this.__detached__
value remains true after the component is destroyed.
Shouldn't the following function set the this.__detached__
back to false at the end?
vue-custom-element/src/vue-custom-element.js
Lines 51 to 56 in 10fe7a0
Metadata
Metadata
Assignees
Labels
No labels