Commit 32a174366c2000eef69bc7834e4062212a93a845
1 parent
924ce5e5
Breadcrumb update href with a tag
Showing
3 changed files
with
5 additions
and
4 deletions
Show diff stats
examples/routers/breadcrumb.vue
| ... | ... | @@ -7,8 +7,8 @@ |
| 7 | 7 | <template> |
| 8 | 8 | <div> |
| 9 | 9 | <Breadcrumb separator="<b class='demo-breadcrumb-separator'>=></b>"> |
| 10 | - <Breadcrumb-item to="/">Home4</Breadcrumb-item> | |
| 11 | - <Breadcrumb-item :to="{name: 'user', params: { userId: 123 }}">Components</Breadcrumb-item> | |
| 10 | + <Breadcrumb-item to="/button">Home4</Breadcrumb-item> | |
| 11 | + <Breadcrumb-item :to="{name: 'icon', params: { userId: 123 }}">Components</Breadcrumb-item> | |
| 12 | 12 | <Breadcrumb-item>Breadcrumb</Breadcrumb-item> |
| 13 | 13 | </Breadcrumb> |
| 14 | 14 | <Breadcrumb separator=""> | ... | ... |
src/components/breadcrumb/breadcrumb-item.vue