摘要: Vue核心知识:computed、methods和watch的区别 作用机制上 methods,watch 和 computed 都是以函数为基础的,但各自却都不同 watch 和 computed 都是以 Vue 的依赖追踪机制为基础的,当某一个数据发生变化的时候,所有依赖这个数据的“相关”数据“ 阅读全文
posted @ 2022-03-26 15:19 苏槿年 阅读(435) 评论(0) 推荐(0)