const app_comp = app.__vue__;
// ...document.addEventListener('hook-vue:init', /* ... */);
document.addEventListener('hook-vue:comp_mount', ({ detail: { component } }) => /* ... */);
document.addEventListener('hook-vue:comp_unmount', ({ detail: { component } }) => /* ... */);