Skip to content

Commit

Permalink
fix: list-item dont render meta if not defined
Browse files Browse the repository at this point in the history
  • Loading branch information
pgbross committed Jul 24, 2020
1 parent d976a7a commit 122cd0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/list/list-item.html
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
></slot>
</span>

<span class="mdc-list-item__meta" v-else>
<span class="mdc-list-item__meta" v-else-if="$slots.meta">
<slot name="meta"></slot>
</span>
</custom-link>

0 comments on commit 122cd0b

Please sign in to comment.