You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Press F12, Click the 'hide' button, console only logs Div's umounted event, H1's unmounted event is not logged
What is expected?
unmounted event in Directive should be triggered on elements with v-for
What is actually happening?
unmounted event in Directive is not triggered on elements with v-for
System Info
No response
Any additional comments?
No response
The text was updated successfully, but these errors were encountered:
morowind
changed the title
Custom directive's umounted event is not triggered on v-for element
Custom directive's unmounted event is not triggered on v-for element
Dec 17, 2024
The root cause is the missing NEED_PATCH. Elements are marked as NEED_PATCH when using custom directives individually, but when wrapped in v-for, NEED_PATCH is lost. will be fixed in #11682
Vue version
3.5.13
Link to minimal reproduction
https://play.vuejs.org/#eNp9Uk2P0zAQ/SuDL2mlbKJSuJS04kOLgMOCAIkDRiibTFJvHTvyR+gqyn9nnLRZqkV7s+e9mXnzZnr2pm2TziPbsMwWRrQOLDrf7rgSTauNgx4MVjBAZXQDEVEjrrgqtLIOGlvDNuCL6ANKqeGHNrJ8Fi3PhE5YcSvxRHLG4/LVGcuNofjPVQzPY1j/mlPe68JbQnquABrtlcNyAwuUS9juSE6gaYmJ1PUiOuFRDCgTl9c3eYNLGOKQ69Wj7IvcGYfLdK4GrrJ0soOMoI/DppW5Q/oBzD/orkS15ew0JWcjTIT9CgirtCFQgFBhVs5gc8D7EKFnQGnMXd+PJg5Dlu5XU/X0slkpujP7cb/mHkh1lhJpYgvVevLwqtElSqJSceqWTuCtd04reF1IURwe6myrXNpQbS9KzNKJRRkXSljMnCX7KlEnd1YrOphxQZwVummFRPO5dYLs5WwzrS5gOR3Fn09jLCx/XMuYs8fi8J/4nT2GGGdfDFo0HamaMZebGt0EX3+7wSO9Z5Dm9cGRJ8CvSKv3QeNEe+tVSbL/4Y1qP45nL1T93V4fHSp7HioIDczpuMg9j++eGP1B7jp5MebRXZGLvzs0oSYZuE5eJqs1G/4C7noqsA==
Steps to reproduce
Press F12, Click the 'hide' button, console only logs Div's umounted event, H1's unmounted event is not logged
What is expected?
unmounted event in Directive should be triggered on elements with v-for
What is actually happening?
unmounted event in Directive is not triggered on elements with v-for
System Info
No response
Any additional comments?
No response
The text was updated successfully, but these errors were encountered: