Browse documentation

v-remove

Concept. Runs a callback after element detach.

Table of contents

Category

Concept

Public signature

ts
JSX directive: <element v-remove={(vnode) => { /* after detach */ }} />

Runtime behavior

v-remove runs after the vnode detaches from the rendered tree.