Skip to content

Commit

Permalink
confirm: respect vue prop usage rule #2286
Browse files Browse the repository at this point in the history
  • Loading branch information
airyland committed Dec 8, 2017
1 parent 44bd00d commit 36416ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/confirm/index.vue
Expand Up @@ -2,7 +2,7 @@
<div class="vux-confirm">
<x-dialog
v-model="showValue"
:dialogClass="theme === 'android' ? 'weui-dialog weui-skin_android' : 'weui-dialog'"
:dialog-class="theme === 'android' ? 'weui-dialog weui-skin_android' : 'weui-dialog'"
:mask-transition="maskTransition"
:dialog-transition="theme === 'android' ? 'vux-fade' : dialogTransition"
:hide-on-blur="hideOnBlur"
Expand Down

0 comments on commit 36416ba

Please sign in to comment.