feat(runtime-vapor): add reset callback for setInsertionState#13424
feat(runtime-vapor): add reset callback for setInsertionState#13424zhiyuanzmj wants to merge 1 commit intovuejs:vaporfrom
Conversation
✅ Deploy Preview for vapor-repl ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
@vue/compiler-core
@vue/compiler-dom
@vue/compiler-sfc
@vue/compiler-ssr
@vue/compiler-vapor
@vue/reactivity
@vue/runtime-core
@vue/runtime-dom
@vue/runtime-vapor
@vue/server-renderer
@vue/shared
vue
@vue/compat
commit: |
|
#13220 has been resolved it. |
For vue-router, RouterView component's default slot expose a
Componentinstance for user to custom.The vapor version of RouterView need using the
createComponentto generate theComponentinstance, but nowcreateComponentwill be mounted before user to use.So we need set the
insertionParentto undefined to prevent mount.