You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/fr/api/wrapper/isVisible.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
Affirmer que `Wrapper` est visible.
4
4
5
-
Retourne `false` si un élément parent a le style `display: none` ou `visibility: hidden`, est situé à l'intérieur de la balise <details> fermée ou possède un attribut caché.
5
+
Retourne `false` si un élément parent a le style `display: none` ou `visibility: hidden`, est situé à l'intérieur de la balise `<details>` fermée ou possède un attribut caché.
6
6
7
7
Ceci peut être utilisé pour affirmer qu'un élément est caché par `v-show`.
0 commit comments