v-remove
Concept. Runs a callback after element detach.
Table of contents
Category
Concept
Public signature
tsJSX directive: <element v-remove={(vnode) => { /* after detach */ }} />Runtime behavior
v-remove runs after the vnode detaches from the rendered tree.