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 0feab1c commit 238422bCopy full SHA for 238422b
src/guide/composition-api-template-refs.md
@@ -1,4 +1,4 @@
1
-## Template Refs
+# Template Refs
2
3
> This section uses [single-file component](single-file-component.html) syntax for code examples
4
@@ -35,7 +35,7 @@ Here we are exposing `root` on the render context and binding it to the div as i
35
36
Refs used as templates refs behave just like any other refs: they are reactive and can be passed into (or returned from) composition functions.
37
38
-### Usage with JSX
+## Usage with JSX
39
40
```js
41
export default {
@@ -53,7 +53,7 @@ export default {
53
}
54
```
55
56
-### Usage inside `v-for`
+## Usage inside `v-for`
57
58
Composition API template refs do not have special handling when used inside `v-for`. Instead, use function refs to perform custom handling:
59
0 commit comments