Skip to content

Commit

Permalink
fix(MdButton): change type of mdRippleActive prop to null to support SSR
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuell1 committed Apr 13, 2018
1 parent af0b89c commit baf6a14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/MdButton/MdButtonContent.vue
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
props: {
mdRipple: Boolean,
mdRippleActive: [Boolean, Event],
mdRippleActive: null,
disabled: Boolean
}
}
Expand Down

0 comments on commit baf6a14

Please sign in to comment.