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 1531a53 commit ea940a5Copy full SHA for ea940a5
src/v2/api/index.md
@@ -232,7 +232,7 @@ updated: 2018-01-30
232
Vue.nextTick(function () {
233
// DOM が更新されています
234
})
235
-
+
236
// promise での使用法 (2.1.0 以上、下記の注記を参照してください)
237
Vue.nextTick()
238
.then(function () {
@@ -257,7 +257,7 @@ updated: 2018-01-30
257
258
オブジェクトにプロパティを設定します。オブジェクトがリアクティブの場合、プロパティがリアクティブプロパティとして作成されることを保証し、View 更新をトリガします。これは主に Vue がプロパティの追加を検知できないという制約を回避するために使われます。
259
260
- **オブジェクトは Vue インスタンス、または Vue インスタンスのルートな data オブジェクトにできないことに注意してください。**
+ <p class="tip">オブジェクトは Vue インスタンス、または Vue インスタンスのルートな data オブジェクトにできません。</p>
261
262
- **参照:** [リアクティブの探求](../guide/reactivity.html)
263
0 commit comments