主题
数据更新,视图不更新
javascript
import { getCurrentInstance } from "vue";
const internalInstance = getCurrentInstance();
//操作数据后更新视图
internalInstance.ctx.$forceUpdate();