我无法把握activeUpdate
为wrappedUpdate function
的那一刻
activeUpdate
是undefined
的开始时间。
我观察到state
,然后只需呼叫state.count
的{{1}},然后从此处呼叫get()
但在dep.depend
内depend function
内是activeUpdate
,而Set不会添加订户。
然后undefined
和autorun
。
调试此代码activeUpdate=null
时,它首先调试state.count++
,然后调试get()
但在set()
中,get()
是activeUpdate
。我认为(由于调试)。
我在哪里弄错了?
null