Skip to content

Commit ea940a5

Browse files
potato4dre-fort
authored andcommitted
line 250 & line 275 (#694)
* line 250 & line 275 (#1410) * レビュー対応
1 parent 1531a53 commit ea940a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/v2/api/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ updated: 2018-01-30
232232
Vue.nextTick(function () {
233233
// DOM が更新されています
234234
})
235-
235+
236236
// promise での使用法 (2.1.0 以上、下記の注記を参照してください)
237237
Vue.nextTick()
238238
.then(function () {
@@ -257,7 +257,7 @@ updated: 2018-01-30
257257

258258
オブジェクトにプロパティを設定します。オブジェクトがリアクティブの場合、プロパティがリアクティブプロパティとして作成されることを保証し、View 更新をトリガします。これは主に Vue がプロパティの追加を検知できないという制約を回避するために使われます。
259259

260-
**オブジェクトは Vue インスタンス、または Vue インスタンスのルートな data オブジェクトにできないことに注意してください。**
260+
<p class="tip">オブジェクトは Vue インスタンス、または Vue インスタンスのルートな data オブジェクトにできません。</p>
261261

262262
- **参照:** [リアクティブの探求](../guide/reactivity.html)
263263

0 commit comments

Comments
 (0)