vue-lynx / onMounted
Function: onMounted()
Registers a callback to be called after the component is mounted.
In Vue Lynx, the callback only runs on the background thread — during an IFR main-thread first-screen render, registration is a no-op.
Parameters
Returns
void
See
Defined in
packages/vue-lynx/runtime/src/index.ts:527