Skip to content

Commit fcb0cb1

Browse files
authored
Update vm.$forceUpdate()
1 parent a671770 commit fcb0cb1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Diff for: src/v2/api/index.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1860,7 +1860,9 @@ type: api
18601860
18611861
- **Usage:**
18621862
1863-
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.
1863+
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
1864+
1865+
slot and indicate default slot).
18641866
18651867
### vm.$nextTick( [callback] )
18661868

0 commit comments

Comments
 (0)