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
qiankun框架的子应用中通过component标签动态加载组件,该组件是远程服务器上的umd规范的js文件,在component标签中使用slot插槽报错TypeError: Cannot read properties of null (reading 'isCE')
暂无
1.将一个vue组件打包成umd规范的js,并放置于服务器上。 2.在qiankun子应用中使用创建script和link标签的方式加载远端js。 3.通过component标签来注册成本地组件。 4.在使用该组件时,通过slot插槽传值报错TypeError: Cannot read properties of null (reading 'isCE')
The text was updated successfully, but these errors were encountered:
由于缺乏足够的信息(github、stackblitz、codesandbox等可复现仓库),我们暂时关闭了该 Issue。请修改(不要回复) Issue 提供最小重现以重新开启。谢谢。如果只是单独的技术咨询,可移步 https://qiankun.umijs.org/#-community 交流~
Sorry, something went wrong.
No branches or pull requests
What happens?
qiankun框架的子应用中通过component标签动态加载组件,该组件是远程服务器上的umd规范的js文件,在component标签中使用slot插槽报错TypeError: Cannot read properties of null (reading 'isCE')
最小可复现仓库
暂无
复现步骤,错误日志以及相关配置
1.将一个vue组件打包成umd规范的js,并放置于服务器上。
2.在qiankun子应用中使用创建script和link标签的方式加载远端js。
3.通过component标签来注册成本地组件。
4.在使用该组件时,通过slot插槽传值报错TypeError: Cannot read properties of null (reading 'isCE')
相关环境信息
The text was updated successfully, but these errors were encountered: