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 e3d79dc commit ee0baa0Copy full SHA for ee0baa0
src/v2/style-guide/index.md
@@ -1703,7 +1703,7 @@ computed: {
1703
1704
1705
1706
-### `v-if`/`v-if-else`/`v-else` without `key` <sup data-p="d">use with caution</sup>
+### `v-if`/`v-else-if`/`v-else` without `key` <sup data-p="d">use with caution</sup>
1707
1708
**It's usually best to use `key` with `v-if` + `v-else`, if they are the same element type (e.g. both `<div>` elements).**
1709
0 commit comments