mirror of
https://github.com/yewprint/yewprint
synced 2024-11-22 03:23:03 +00:00
Fix: overlapping urls
This commit is contained in:
parent
05f8bc4fd7
commit
a40e2eee1c
1 changed files with 2 additions and 2 deletions
|
@ -234,10 +234,10 @@ impl Component for App {
|
|||
|
||||
#[derive(Debug, Copy, Clone, Switch)]
|
||||
pub enum DocMenu {
|
||||
#[to = "/#button"]
|
||||
Button,
|
||||
#[to = "/#button-group"]
|
||||
ButtonGroup,
|
||||
#[to = "/#button"]
|
||||
Button,
|
||||
#[to = "/#callout"]
|
||||
Callout,
|
||||
#[to = "/#card"]
|
||||
|
|
Loading…
Reference in a new issue