90487ed9fa54d5683ffd634912cb9677b4083dba702e3d71124b363e0c7e1303fb52a7302aa1c6dece4f279c5a9352952100de9aa9000772c47944bdb0c3b7 636 B

12345678910
  1. {
  2. "router-view": {
  3. "attributes": ["name", "route"],
  4. "description": "Component that renders the matched component for the current location. Components rendered by `<router-view>` can also contain their own `<router-view>` to render nested routes."
  5. },
  6. "router-link": {
  7. "attributes": ["to", "replace", "custom", "active-class","exact-active-class", "aria-current-value"],
  8. "description": "Component that renders an `<a>` with the correct `href` attribute and click listeners to trigger a local navigation when clicked. Can also customize its rendering by providing the `custom` prop and using its `v-slot` API."
  9. }
  10. }