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

Commit

Permalink
fix(card): Move media slot out of content
Browse files Browse the repository at this point in the history
  • Loading branch information
matsp committed May 12, 2018
1 parent 8842c14 commit c3c8c85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/card/Card.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<div
class="mdc-card"
:class="classes">
<slot name="media"/>
<div :class="contentClasses">
<slot name="media"/>
<slot />
</div>
<div
Expand Down

0 comments on commit c3c8c85

Please sign in to comment.