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
子应用html引入两个js,first.js和second.js
second.js调用first.js中的方法报错
https://github.com/XingXiaoWu/qiankun-error
直接从官方demo中添加俩个js复现该情况 https://github.com/XingXiaoWu/qiankun-error/tree/master/examples/purehtml
Steps to reproduce the behavior: 1. 2.
cd 根目录 yarn install:main yarn install:purehtml yarn start:main yarn start:purehtml
1.直接访问purehtml起的微应用,可以正常执行function aa() 2.通过乾坤起的主应用访问purehtml,找不到function aa()
Expected behavior 1. 2. 预期通过qiankun主应用访问purehtml可以正常调用function aa()
主要添加代码如下 https://github.com/XingXiaoWu/qiankun-error/blob/master/examples/purehtml/index.html
<body> <div style="display: flex; justify-content: center; align-items: center; height: 200px;"> Purehtml Example </div> <div id="purehtml-container" style="text-align:center"></div> <script src="./first.js"></script> <script src="./second.js"></script> <script src="//localhost:7104/entry.js" entry></script> </body>
https://github.com/XingXiaoWu/qiankun-error/blob/master/examples/purehtml/first.js
https://github.com/XingXiaoWu/qiankun-error/blob/master/examples/purehtml/second.js
The text was updated successfully, but these errors were encountered:
#966 (comment) 找到了。。要显式赋值。。项目迁移要改到死。。。
Sorry, something went wrong.
请教一下,显式赋值是啥意思?我们也有类似的问题
#966 (comment) 找到了。。要显式赋值。。项目迁移要改到死。。。 请教一下,显式赋值是啥意思?我们也有类似的问题
打开我上面的链接,定位到的消息就是
No branches or pull requests
What happens?
子应用html引入两个js,first.js和second.js
second.js调用first.js中的方法报错
Mini Showcase Repository(REQUIRED)
https://github.com/XingXiaoWu/qiankun-error
How To Reproduce
直接从官方demo中添加俩个js复现该情况
https://github.com/XingXiaoWu/qiankun-error/tree/master/examples/purehtml
Steps to reproduce the behavior: 1. 2.
1.直接访问purehtml起的微应用,可以正常执行function aa()
2.通过乾坤起的主应用访问purehtml,找不到function aa()
Expected behavior 1. 2.
预期通过qiankun主应用访问purehtml可以正常调用function aa()
Context
主要添加代码如下
https://github.com/XingXiaoWu/qiankun-error/blob/master/examples/purehtml/index.html
https://github.com/XingXiaoWu/qiankun-error/blob/master/examples/purehtml/first.js
https://github.com/XingXiaoWu/qiankun-error/blob/master/examples/purehtml/second.js
The text was updated successfully, but these errors were encountered: