Skip to content

Commit

Permalink
x-dialog: remove console
Browse files Browse the repository at this point in the history
  • Loading branch information
airyland committed Sep 10, 2017
1 parent bb9be12 commit 828132f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/x-dialog/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ export default {
this.$emit('update:show', val)
this.$emit(val ? 'on-show' : 'on-hide')
if (val) {
console.log('show true')
this.layout === 'VIEW_BOX' && dom.addClass(document.body, 'vux-modal-open')
} else {
this.removeModalClassName()
Expand Down

0 comments on commit 828132f

Please sign in to comment.