From fcb0cb154d4ce779a4b0083bc4dd481578c52551 Mon Sep 17 00:00:00 2001 From: zhangenming <282126346@qq.com> Date: Fri, 3 Nov 2023 08:25:24 +0800 Subject: [PATCH] Update vm.$forceUpdate() --- src/v2/api/index.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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] )