You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 1, 2025. It is now read-only.
A few libraries in Nuxt (vue i18n, Vuetify) uses mixins for Vue Meta.
Vue Meta for now doesn't support Mixins merging, resulting in conflicts when using both those libraries at the same time in Nuxt.
I will try to add support for mixins merging and do a pull request as offered by @atinux