mirror of
https://github.com/TwiN/gatus.git
synced 2024-11-07 16:44:25 +01:00
Initialize Tooltip with hidden set to true
This commit is contained in:
parent
688456d7cf
commit
4a3d5944b6
@ -95,7 +95,7 @@ export default {
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
hidden: false,
|
||||
hidden: true,
|
||||
top: 0,
|
||||
left: 0
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user