Skip to content

Commit 31c3a14

Browse files
committed
fix: reduce heading levels for Template Refs to match other pages
vuejs/docs@238422b#diff-0d7cf8a91f2b75133d55bf4cdc5d6d0ff19310e1c836adf7fabd0ac4cf5e87d0
1 parent 9eac4f1 commit 31c3a14

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-
## テンプレート参照
1+
# テンプレート参照
22

33
> この節ではコード例で [単一ファイルコンポーネント](single-file-component.html)の文法を使用しています。
44
@@ -36,7 +36,7 @@
3636

3737
テンプレート参照は他の参照と似た挙動をします。つまり、リアクティブかつコンポジション関数に渡す(または返す)ことができます。
3838

39-
### JSX での使用例
39+
## JSX での使用例
4040

4141
```js
4242
export default {
@@ -54,7 +54,7 @@ export default {
5454
}
5555
```
5656

57-
### Usage inside `v-for`
57+
## Usage inside `v-for`
5858

5959
コンポジション API のテンプレート参照を `v-for` 内部で使う場合、特別な処理はされません。代わりに、関数を使って ref に独自処理を行うようにします。
6060

0 commit comments

Comments
 (0)