toRaw还是会更新视图,有定时器存在的情况下
Version
3.2.19
Steps to reproduce
reactiveTest.a 的值:{{ reactiveTest.a }}
reactiveTest.b 的值:{{ reactiveTest.b }}
<div>toRawTest.a 的值:{{ toRawTest.a }}</div>
<div>toRawTest.b 的值:{{ toRawTest.b }}</div>
<p>{{state}}</p>
<button @click="myFn">按钮</button>
What is expected?
希望不更新视图
What is actually happening?
存在定时器