Function app.unmount()
Unmounts a mounted application instance,
triggering the unmount lifecycle hooks for all
components in the application’s component tree.
interface App {
unmount(): void
}
Unmounts a mounted application instance,
triggering the unmount lifecycle hooks for all
components in the application’s component tree.
interface App {
unmount(): void
}