Ensure RegistryBreadcrumb mounts in Vue 3

What does this MR do and why?

Ensure RegistryBreadcrumb mounts in Vue 3

I found this issue while checking for failed tests in Vue 3, the corresponding tests at bundle exec rspec spec/features/groups/packages_spec.rb fail in Vue 3.

References

Screenshots or screen recordings

Before After
image image

How to set up and validate locally

  1. Enable Vue 3: gdk config set vite.vue_version 3 && gdk reconfigure && gdk restart vite
  2. Visit the package registry in a project at e.g. https://gdk.test:3000/groups/my-group/-/packages/

MR acceptance checklist

Evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Related to #583152

Edited by Miguel Rincon

Merge request reports

Loading