AgnosticUI / agnosticui

AgnosticUI is a set of UI primitives that start their lives in clean HTML and CSS. These standards compliant components are then copied to our framework implementations in: React, Vue 3, Angular, and Svelte.
https://agnosticui.com
Apache License 2.0
723 stars 47 forks source link

Breadcrumbs example and Vue.js code broken on doc site, CodeSandbox, and Stackblitz #265

Open cengique opened 7 months ago

cengique commented 7 months ago

Describe the bug On the Breadcrumbs doc page, demo have broken links. For instance Tennis shows up as {route.url} instead of #tennis.

When you open the CodeSandbox or Stackblitz, the React and Svelte examples work, but Vue example is broken.

To Reproduce Steps to reproduce the behavior:

  1. Go to https://www.agnosticui.com/docs/components/breadcrumbs.html
  2. Hover/click on link for Tannis or Superstars in the demo.

Expected behavior Link should point to #tennis

Screenshots N/A

Desktop/Smartphone

If you can provide some clues, I can try fixing and sending a PR.

cengique commented 7 months ago

Apparently already fixed in #257