We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e713f8d commit f8eaa67Copy full SHA for f8eaa67
docs/guide/animations.md
@@ -197,11 +197,11 @@ You can also specify the enter and leave index for the `v-click` directive by pa
197
198
```md
199
<div v-click.hide="[2, 4]">
200
- This will be hidden at click 2 and 3.
+ This will be hidden at click 2 and 3 (and shown otherwise).
201
</div>
202
<div v-click />
203
<div v-click="['+1', '+1']">
204
- This will be shown at click 3, and hidden since click 4.
+ This will be shown only at click 2 (and hidden otherwise).
205
206
```
207
0 commit comments