fix(breadcrumb): forward noTrailingSlash to skeleton

This commit is contained in:
Eric Liu 2020-10-15 05:13:18 -07:00
commit 4dc9a48b02
2 changed files with 2 additions and 1 deletions

View file

@ -23,4 +23,4 @@
### Skeleton ### Skeleton
<Breadcrumb skeleton count={3} /> <Breadcrumb noTrailingSlash skeleton count={3} />

View file

@ -16,6 +16,7 @@
{#if skeleton} {#if skeleton}
<BreadcrumbSkeleton <BreadcrumbSkeleton
noTrailingSlash="{noTrailingSlash}"
{...$$restProps} {...$$restProps}
on:click on:click
on:mouseover on:mouseover