Skip to content

Commit

Permalink
Update vm.$forceUpdate()
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangenming authored Nov 3, 2023
1 parent a671770 commit fcb0cb1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/v2/api/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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] )
Expand Down

0 comments on commit fcb0cb1

Please sign in to comment.