Vue3.0 watchEffect

150 阅读1分钟

watchEffect

watch的简化版本,只接收一个函数作为参数,初始默认调用一次,watchEffect返回取消监听的函数

demo

image.png