-
-
Notifications
You must be signed in to change notification settings - Fork 9k
Closed as not planned
Description
Vue version
latest
Link to minimal reproduction
Steps to reproduce
What is expected?
includes expose
What is actually happening?
When inspecting a Vue component instance via console.log, I found that its prototype contains properties like emits, props, render, and setup, but there is no expose.
Why is that? If expose were also available on the component instance, it would make it much easier to re-expose the internals of a wrapped component when creating higher-order components.
Was this an intentional design choice?
System Info
Any additional comments?
No response
Metadata
Metadata
Assignees
Labels
No labels
