We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6dd61cd commit b4fe211Copy full SHA for b4fe211
components/tooltip/Tooltip.jsx
@@ -38,7 +38,7 @@ export default {
38
},
39
data() {
40
return {
41
- sVisible: !!this.$props.visible,
+ sVisible: !!this.$props.visible || !!this.$props.defaultVisible,
42
};
43
44
watch: {
0 commit comments