6abaafb3dd01164814999923af00864a6d2bfd53267ea14f0a1717cebb6f25fca79f081cee11aa0a6de571bc0b58b0555615078a7d3541c7621873d9b664a4 713 B

1234567891011121314151617181920
  1. {
  2. "router-view": {
  3. "attributes": ["name"],
  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": [
  8. "to",
  9. "replace",
  10. "append",
  11. "tag",
  12. "active-class",
  13. "exact",
  14. "event",
  15. "exact-active-class",
  16. "aria-current-value"
  17. ],
  18. "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."
  19. }
  20. }