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