Skip to content
This repository was archived by the owner on Jul 19, 2020. It is now read-only.
This repository was archived by the owner on Jul 19, 2020. It is now read-only.

RouterAnchor does not generate href for <a> #225

@jetli

Description

@jetli

Describe the Bug
RouterAnchor does not generate href for <a>,

<a >About</a>

Expected Behavior

<a href="/about">About</a>

Code: https://github.com/jetli/create-yew-app/blob/master/crates/yew-app/src/components/nav.rs
Demo: https://jetli.github.io/create-yew-app/, see About/Home link in the top right corner.

Related Info

  • yew version: 0.11
  • yew-router version: 0.8.1

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions