Skip to content

fix(adminui-vue): `mountContainer` with `target` as id or element memory leaks

Mazur Volodymyr requested to merge fix/mount-memory-leaks into master

Destroy the mounted Vue instance alongside its parent or whenever a new instance mounts to the same target. This prevents memory leaks by properly releasing data allocated within Vue instances

Merge request reports

Loading