摘要: 侦听ref和reactive const state = reactive({ count: 0 }) // 侦听reactive中属性,需要包裹在箭头函数中 watch(() => state.count, (newVal, oldVal) => { }) // watch直接接受ref作为监听对 阅读全文
posted @ 2023-05-17 21:16 Felix_Openmind 阅读(107) 评论(0) 推荐(0)
*{cursor: url(https://files-cdn.cnblogs.com/files/morango/fish-cursor.ico),auto;}