File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1- ## Template Refs
1+ # Template Refs
22
33> This section uses [ single-file component] ( single-file-component.html ) syntax for code examples
44
@@ -35,7 +35,7 @@ Here we are exposing `root` on the render context and binding it to the div as i
3535
3636Refs used as templates refs behave just like any other refs: they are reactive and can be passed into (or returned from) composition functions.
3737
38- ### Usage with JSX
38+ ## Usage with JSX
3939
4040``` js
4141export default {
@@ -53,7 +53,7 @@ export default {
5353}
5454```
5555
56- ### Usage inside ` v-for `
56+ ## Usage inside ` v-for `
5757
5858Composition API template refs do not have special handling when used inside ` v-for ` . Instead, use function refs to perform custom handling:
5959
You can’t perform that action at this time.
0 commit comments