core
core copied to clipboard
Update effect.ts
This will prevent the collection of dependencies. https://github.com/vuejs/core/blob/a95554d35c65e5bfd0bf9d1c5b908ae789345a6d/packages/reactivity/src/effect.ts#L213-L222
这个为true的话 副作用函数执行完 shouldTrack好像还是true. 收集依赖track函数时候 if (shouldTrack && activeEffect)好像没意义
Closing because there's no issue assign to it and is unclear what this will be solving, please create an detailed issue and then reopen or create a new PR if needed