yesixuan / vue-code

0 stars 0 forks source link

[Vssue]effect | vue-next analysis #3

Open yesixuan opened 4 years ago

yesixuan commented 4 years ago

https://yesixuan.github.io/vue-code/views/vue-next/effect.html

yesixuan commented 4 years ago
    try {
      enableTracking()
      effectStack.push(effect)
    } finally {
      effectStack.pop()
      resetTracking()
    }

这里不是很懂