Skip to content

Commit

Permalink
fix(addon/components/paper-card-content): adds splattributes.
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewhartstonge committed Oct 29, 2024
1 parent 9bb2e98 commit ff66ed3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion addon/components/paper-card-content.hbs
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<md-card-content>
<md-card-content ...attributes>
{{yield}}
</md-card-content>
2 changes: 1 addition & 1 deletion addon/components/paper-card-content.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* eslint-disable ember/no-classic-components, ember/require-tagless-components, prettier/prettier */
/* eslint-disable ember/no-classic-components */
/**
* @module ember-paper
*/
Expand Down

0 comments on commit ff66ed3

Please sign in to comment.