vue3.0 setup 强制更新
import { getCurrentInstance} from "vue";
const instance = getCurrentInstance();
instance?.proxy?.$forceUpdate()
1
2
3
2
3
import { getCurrentInstance} from "vue";
const instance = getCurrentInstance();
instance?.proxy?.$forceUpdate()