fix: popover v-model not work #49

pull/165/head
tangjinzhou 2018-06-26 10:17:30 +08:00
parent 6c9e6db7e3
commit 52fb87058c
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ export default {
},
model: {
prop: 'visible',
event: 'change',
event: 'visibleChange',
},
methods: {
getPopupDomNode () {