摘要: 监听属性 需要使用ref和ractive包一下才可以正常监听。 // 使用相关属性需要导入 import { reactive, ref, watch } from "vue"; // 监听单个 let name = ref("阿珂") watch(name, (newValue, oldValue 阅读全文
posted @ 2024-05-07 21:35 小满三岁啦 阅读(4) 评论(0) 推荐(0) 编辑