Skip to content

Commit baf6a14

Browse files
committed
fix(MdButton): change type of mdRippleActive prop to null to support SSR
1 parent af0b89c commit baf6a14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/MdButton/MdButtonContent.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
},
1717
props: {
1818
mdRipple: Boolean,
19-
mdRippleActive: [Boolean, Event],
19+
mdRippleActive: null,
2020
disabled: Boolean
2121
}
2222
}

0 commit comments

Comments
 (0)