Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 771 Bytes

component-injections.md

File metadata and controls

21 lines (12 loc) · 771 Bytes

Component Injections (En)

Cette page est en cours de traduction française. Revenez une autre fois pour lire une traduction achevée ou participez à la traduction française ici.

Injected Properties

These properties are injected into every child component by passing the router instance to the root instance as the router option.

  • $router

    The router instance.

  • $route

    The current active Route. This property is read-only and its properties are immutable, but it can be watched.

Enabled Options