Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix breadcrumb template URL in Vue #257

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

pqnet
Copy link

@pqnet pqnet commented May 3, 2023

Pull Request Template

Description

Binding of URL for breadcrumb items is not using the correct Vue syntax. The result is that the links are always pointing to the constant string {route.url}. Probably some copy/paste leftover from other code in JSX syntax.

This can also be seen in the documentation examples at

https://www.agnosticui.com/docs/components/breadcrumbs.html#examples

Hovering any one of the links will show the broken text instead of the expected target.

Checklist:

Please delete options that are not relevant.

  • Is this a bug fix
  • Tests passing?

We realize above checklist is pretty intimidating, reach out with an at mention on your issue if you're interested in contributing but need some clarifications!

@netlify
Copy link

netlify bot commented May 3, 2023

Deploy Preview for agnostic-astro canceled.

Name Link
🔨 Latest commit 97e7e8c
🔍 Latest deploy log https://app.netlify.com/sites/agnostic-astro/deploys/6451bff519154800071e31b4

Copy link

@cengique cengique left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Works

@cengique
Copy link

cengique commented Feb 9, 2024

@roblevintennis do you mind merging this in and posting a new release?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants