Skip to content

Commit 4c7f253

Browse files
committed
Merge pull request #160 from vuejs-jp/fix/typo-api
fix typo on v-ref explanation
2 parents 0d9d9ac + 0277dd7 commit 4c7f253

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1694,7 +1694,7 @@ type: api
16941694

16951695
- **Note:**
16961696

1697-
Because HTML is case-insensitive, camelCase usage like `v-el:someEl` will be converted to all lowercase. You can use `v-el:some-el` which properly sets `this.$refs.someEl`.
1697+
Because HTML is case-insensitive, camelCase usage like `v-el:someEl` will be converted to all lowercase. You can use `v-el:some-el` which properly sets `this.$els.someEl`.
16981698

16991699
- **Example:**
17001700

0 commit comments

Comments
 (0)