For AI agents: the complete documentation index is available at https://mfdoctor.kevinbeier.com/de/llms.txt, the full documentation bundle is available at https://mfdoctor.kevinbeier.com/de/llms-full.txt, and this page is available as Markdown at https://mfdoctor.kevinbeier.com/de/rules/bridge/vue-share-missing.md.

Dies ist die deutsche MFDoctor-Dokumentation. Technische Bezeichner, CLI-Flags, Regel-IDs und Codebeispiele bleiben unverändert, damit die Inhalte zwischen den Sprachen vollständig kompatibel bleiben. Verwenden Sie den Sprachumschalter für die kanonische englische Fassung.

bridge/vue-share-missing

  • Kategorie: correctness
  • Standardschweregrad: error

Problem

Vue Bridge remotes and hosts that omit vue (and vue-router when used) from shared can load duplicate Vue runtimes and break reactivity or routing.

So beheben Sie das Problem

Share vue (and vue-router when imported) as singletons, or set the rule to "off".

Suppress or retarget with rules["bridge/vue-share-missing"] set to "off" or a severity — see Suppressions and allowlists.

Quellen