Initialize Tooltip with hidden set to true
This commit is contained in:
@ -95,7 +95,7 @@ export default {
|
|||||||
},
|
},
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
hidden: false,
|
hidden: true,
|
||||||
top: 0,
|
top: 0,
|
||||||
left: 0
|
left: 0
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user