Skip to content

view diffs #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 25 commits into
base: main
Choose a base branch
from
Open

view diffs #1

wants to merge 25 commits into from

Conversation

gogoend
Copy link

@gogoend gogoend commented Oct 31, 2022

No description provided.

`markRaw`用于确保对象不被响应式处理,
`createObserver`返回了一个经过响应式处理的空对象 - 暂不知为何有此操作
flushQueue中会冲刷对应队列中的任务,执行结束后将队列长度置为0,即清空队列。flush会在 beforeUpdate / updated 生命周期时及queueFlushJob的nextTick后执行。
queueFlushJob的逻辑会向队列中压任务,并预定好在nextTick后冲刷这些任务。
…2实例上设置EffectScope;了解ComponentInternalInstance接口相关属性
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant