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.
2 parents 46522e8 + 16fec92 commit 51d1e1fCopy full SHA for 51d1e1f
src/guide/conditional.md
@@ -65,7 +65,7 @@ You can use the `v-else` directive to indicate an "else block" for `v-if` or `v-
65
</div>
66
```
67
68
-The `v-else` element must following immediately after the `v-if` or `v-show` element - otherwise it will not be recognized.
+The `v-else` element must immediately follow the `v-if` or `v-show` element - otherwise it will not be recognized.
69
70
## v-if vs. v-show
71
0 commit comments