fix: tooltip defaultVisible not work #1232

pull/1248/head
tanjinzhou 2019-09-29 17:04:19 +08:00
parent 6dd61cdb76
commit b4fe21139a
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ export default {
},
data() {
return {
sVisible: !!this.$props.visible,
sVisible: !!this.$props.visible || !!this.$props.defaultVisible,
};
},
watch: {