-
-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
refac(runtime-core): Make the execution process smoother. #11965
Conversation
Size ReportBundles
Usages
|
@vue/compiler-core
@vue/compiler-dom
@vue/compiler-sfc
@vue/reactivity
@vue/compiler-ssr
@vue/runtime-dom
@vue/runtime-core
@vue/shared
@vue/server-renderer
@vue/compat
vue
commit: |
} | ||
}, opts) | ||
forEach(el => { | ||
if (elementIsVisibleInViewport(el)) { | ||
hydrate() | ||
ob.disconnect() | ||
return false |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The return false
here has a special purpose
see #11639 (comment)
Thanks for the PR. But, this PR is unnecessary. |
sorry, but are you sure? |
@zhangenming core/packages/runtime-core/src/hydrationStrategies.ts Lines 115 to 119 in f2482b5
|
oh...thanks... Mistaking |
No description provided.