fix: tooltip defaultVisible not work #1232
parent
6dd61cdb76
commit
b4fe21139a
|
@ -38,7 +38,7 @@ export default {
|
|||
},
|
||||
data() {
|
||||
return {
|
||||
sVisible: !!this.$props.visible,
|
||||
sVisible: !!this.$props.visible || !!this.$props.defaultVisible,
|
||||
};
|
||||
},
|
||||
watch: {
|
||||
|
|
Loading…
Reference in New Issue