$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