We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
2.0.0-rc.9
vue:3.0.5
我需要在Modal.method的弹出框中渲染子组件,子组件逻辑需要注入根组件提供的服务。 指定parentContext为根组件后,弹框中的子组件无法获取根组件上下文。 具体请查看代码示例,谢谢。
弹框里的组件可以注入根组件提供的服务。
弹框里组件无法注入根组件提供的服务。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Version
2.0.0-rc.9
Environment
vue:3.0.5
Reproduction link
Steps to reproduce
我需要在Modal.method的弹出框中渲染子组件,子组件逻辑需要注入根组件提供的服务。
指定parentContext为根组件后,弹框中的子组件无法获取根组件上下文。
具体请查看代码示例,谢谢。
What is expected?
弹框里的组件可以注入根组件提供的服务。
What is actually happening?
弹框里组件无法注入根组件提供的服务。
The text was updated successfully, but these errors were encountered: