1
2
3
4
5
import {getCurrentInstance, ComponentInternalInstance} from 'vue'

const update = getCurrentInstance() as ComponentInternalInstance | null

update!.proxy!.$forceUpdate()