v-create
Concept. Runs a callback after initial element creation.
Table of contents
Category
Concept
Public signature
tsJSX directive: <element v-create={(vnode) => { /* after create */ }} />Runtime behavior
v-create runs its callback after the element first enters the rendered tree. The callback receives the created VnodeWithDom.