Skip to content

Commit

Permalink
feat(list): implement mdc v0.27.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stasson committed Dec 18, 2017
1 parent 8930aa2 commit bff3376
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/list/mdc-list-item.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<span class="mdc-list-item__text" v-if="hasSecondary">
<slot></slot>
<span class="mdc-list-item__text__secondary">
<span class="mdc-list-item__text-secondary">
<slot name="secondary"></slot>
</span>
</span>
Expand Down

0 comments on commit bff3376

Please sign in to comment.