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: src/v2/guide/conditional.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -182,7 +182,7 @@ Another option for conditionally displaying an element is the `v-show` directive
182
182
183
183
The difference is that an element with `v-show` will always be rendered and remain in the DOM; `v-show` only toggles the `display` CSS property of the element.
184
184
185
-
<pclass="tip">Note that `v-show` doesn't support the `<template>` syntax, nor does it work with `v-else`.</p>
185
+
<pclass="tip">Note that `v-show` doesn't support the `<template>` element, nor does it work with `v-else`.</p>
0 commit comments