fix(adminui-vue): `mountContainer` with `target` as id or element memory leaks
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