Closed
Description
In the followed situations, some expected detached event(s) not fire:
[v-if] > [v-repeat] > [template] > [v-component]
: In this structure, if we make[v-if]
false after dynamic adding more components, the detached event won't be fired on the added components. demo[v-repeat] > [template] > [v-component]
: In this structure, if reduce the repeat items, it will destroy the redundant components. However it seems that it clears all detached events in_events
before firing for the redundant components. It's worth noting that there are no problems for deeper components. demo
Test version: 0.11.5 ~ 0.11.7.
Metadata
Metadata
Assignees
Labels
No labels