diff --git a/src/v2/api/index.md b/src/v2/api/index.md index 2e073bbcb6..8befa36bdc 100644 --- a/src/v2/api/index.md +++ b/src/v2/api/index.md @@ -1860,7 +1860,9 @@ type: api - **Usage:** - Force the Vue instance to re-render. Note it does not affect all child components, only the instance itself and child components with inserted slot content. + Force the Vue instance to re-render. Note it does not affect all child components, only the instance itself and child components with inserted slot content(only nominating slot, exclusion naming + + slot and indicate default slot). ### vm.$nextTick( [callback] )