-
-
Notifications
You must be signed in to change notification settings - Fork 9.1k
Can't resolveDynamicComponent in component slots #14474
Copy link
Copy link
Closed
Labels
🐞 bugSomething isn't workingSomething isn't workingscope: vaporrelated to vapor moderelated to vapor mode
Description
Vue version
3.6.0-beta.6
Link to minimal reproduction
Steps to reproduce
<Comp><component is="el-input"></Comp> will be render as a el-input element, not a component.
What is expected?
correct resolve dynamic component name
What is actually happening?
dynamic component can't be resolved in slots. because currrentInstance is changed.
System Info
Any additional comments?
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
🐞 bugSomething isn't workingSomething isn't workingscope: vaporrelated to vapor moderelated to vapor mode