Skip to content

Commit 0579cfd

Browse files
HoldYourWafflenaokie
authored andcommitted
Add missing notes about using SFC syntax (#1282)
1 parent 102d3ef commit 0579cfd

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

src/guide/composition-api-lifecycle-hooks.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# ライフサイクルフック
22

3+
> このセクションでは、コード例に [単一ファイルコンポーネント](../guide/single-file-component.html) 構文を使用します
4+
35
> このページは、すでに [Composition API の基本](composition-api-introduction.html)[リアクティブの基礎](reactivity-fundamentals.html) を読んでいることを前提としています。 Composition API を初めて使用する場合は、最初にそちらをお読みください。
46
57
<VideoLesson href="https://www.vuemastery.com/courses/vue-3-essentials/lifecycle-hooks" title="Vue Mastery でライフサイクルフックがどのように動作するのか学ぶ">Vue Mastery でライフサイクルフックに関する無料ビデオを視聴する</VideoLesson>

src/guide/composition-api-provide-inject.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Provide / Inject
22

3+
> このセクションでは、コード例に [単一ファイルコンポーネント](../guide/single-file-component.html) 構文を使用します
4+
35
> このページは、すでに [Provide / Inject](component-provide-inject.html)[Composition API 導入](composition-api-introduction.html)[リアクティブの基礎](reactivity-fundamentals.html)を読み終えていることを想定しています。
46
57
[provide / inject](component-provide-inject.html) は Composition API でも使うことができます。どちらも現在アクティブなインスタンスの [`setup()`](composition-api-setup.html) 中にのみ呼び出すことが可能です。

src/guide/reactivity-fundamentals.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# リアクティブの基礎
22

3+
> このセクションでは、コード例に [単一ファイルコンポーネント](../guide/single-file-component.html) 構文を使用します
4+
35
## リアクティブな状態の宣言
46

57
JavaScript のオブジェクトからリアクティブな状態を作る目的で、`reactive` メソッドを用いることができます:

0 commit comments

Comments
 (0)