Skip to content

Commit

Permalink
fix(dialog): fix dialog with maskClosable change props bug
Browse files Browse the repository at this point in the history
  • Loading branch information
supergaojian committed Jun 13, 2019
1 parent b3be303 commit 8badde4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/dialog/dialog.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<template>
<div class="md-dialog">
<md-popup
v-model="value"
:value="value"
:hasMask="hasMask"
:maskClosable="maskClosable"
position="center"
Expand Down

0 comments on commit 8badde4

Please sign in to comment.