Skip to content

Commit

Permalink
Merge pull request #1322 from geng452654716/master
Browse files Browse the repository at this point in the history
Ripple: fix 修复 Pipple 点击波纹失效问题
  • Loading branch information
myronliu347 authored Mar 21, 2019
2 parents ea7f3c3 + 9794c82 commit 74f78df
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/internal/CircleRipple.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ export default {
render (h) {
return h('transition', {
props: {
name: 'mu-ripple'
name: 'mu-ripple',
appear: true
}
}, [
h('div', {
Expand Down

0 comments on commit 74f78df

Please sign in to comment.