mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-07-19 07:44:02 +02:00
rem redundant visible check
This commit is contained in:
parent
8a65441cef
commit
a690b6f203
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
<template>
|
<template>
|
||||||
<teleport to="body">
|
<teleport to="body">
|
||||||
<div
|
<div
|
||||||
v-if="visible && content"
|
v-if="content"
|
||||||
ref="tooltip"
|
ref="tooltip"
|
||||||
class="tooltip-wrapper"
|
class="tooltip-wrapper"
|
||||||
:style="tooltipStyle"
|
:style="tooltipStyle"
|
||||||
|
|
Loading…
Add table
Reference in a new issue