Skip to content
This repository has been archived by the owner on Nov 30, 2020. It is now read-only.

Commit

Permalink
fix(list): Correct CSS class for ListItem (close #110)
Browse files Browse the repository at this point in the history
  • Loading branch information
matsp committed May 23, 2018
1 parent f980270 commit 404ea70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/list/ListItem.vue
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<slot name="text"/>
<div
v-if="$slots['secondaryText']"
class="mdc-list-mdc-list-item__secondary-text">
class="mdc-list-item__secondary-text">
<slot name="secondaryText"/>
</div>
</span>
Expand Down

0 comments on commit 404ea70

Please sign in to comment.