Skip to content

Commit 238422b

Browse files
fix: reduce heading levels for Template Refs to match other pages (#638)
1 parent 0feab1c commit 238422b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/guide/composition-api-template-refs.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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

3636
Refs 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
4141
export default {
@@ -53,7 +53,7 @@ export default {
5353
}
5454
```
5555

56-
### Usage inside `v-for`
56+
## Usage inside `v-for`
5757

5858
Composition API template refs do not have special handling when used inside `v-for`. Instead, use function refs to perform custom handling:
5959

0 commit comments

Comments
 (0)