-
-
Notifications
You must be signed in to change notification settings - Fork 102
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
[Runtime] The command hook should return the component instance proxy #74
Comments
Is it essential to have a |
Most properties of public instances benefit from the Options API. I think that when only Composition API is supported, these properties can be obtained using macros Also, we can plan to publicize some properties returned by P.S. Sorry for my late reply. My focus isn't on Vapor in recent days. |
At this stage, we can avoid public instances and consider not distinguishing between internal and public in the future. |
https://github.com/vuejs/core-vapor/blob/597eae423b0d69fba47b0ac6a1e9692fb4a95f71/packages/runtime-core/src/directives.ts#L92-L94
Should be consistent with the existing runtime, returning a proxy object for the component instance
The text was updated successfully, but these errors were encountered: