The front end Force component update December 24, 2023 by Grace Allen No Comments $forceUpdate often doesn’t work Vif control variables need to use nextTick, trouble Key Can be easily implemented by changing the key <my-component :key="reload" /> methods: { update () { this.reload++ } } Copy the code