Skip to content

Commit ee0baa0

Browse files
simonkagwichrisvfritz
authored andcommitted
Fix a typo in the Style Guide. (vuejs#1791)
1 parent e3d79dc commit ee0baa0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/v2/style-guide/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1703,7 +1703,7 @@ computed: {
17031703

17041704

17051705

1706-
### `v-if`/`v-if-else`/`v-else` without `key` <sup data-p="d">use with caution</sup>
1706+
### `v-if`/`v-else-if`/`v-else` without `key` <sup data-p="d">use with caution</sup>
17071707

17081708
**It's usually best to use `key` with `v-if` + `v-else`, if they are the same element type (e.g. both `<div>` elements).**
17091709

0 commit comments

Comments
 (0)