Skip to content

Commit f8eaa67

Browse files
authored
docs: adapt description of enter & leave (#2245)
1 parent e713f8d commit f8eaa67

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/guide/animations.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -197,11 +197,11 @@ You can also specify the enter and leave index for the `v-click` directive by pa
197197

198198
```md
199199
<div v-click.hide="[2, 4]">
200-
This will be hidden at click 2 and 3.
200+
This will be hidden at click 2 and 3 (and shown otherwise).
201201
</div>
202202
<div v-click />
203203
<div v-click="['+1', '+1']">
204-
This will be shown at click 3, and hidden since click 4.
204+
This will be shown only at click 2 (and hidden otherwise).
205205
</div>
206206
```
207207

0 commit comments

Comments
 (0)