Skip to content

Commit

Permalink
fix(Dialog): fix dialog default without preventScroll
Browse files Browse the repository at this point in the history
fix #286
  • Loading branch information
supergaojian committed Jan 21, 2019
1 parent 0945f86 commit 2d61169
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/dialog/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ const generate = function({title = '', icon = '', iconSvg = false, content = '',
closable,
btns,
transition: 'md-bounce',
preventScroll: true,
},
}).$mount()

Expand Down

0 comments on commit 2d61169

Please sign in to comment.