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
描述bug IE浏览器(Edge/10/9),wujie版本1.0.22,使用degrade,发现我们项目跑起来主应用会报错,子应用打不开—— "TypeError: 无法设置未定义或 null 引用的属性“__WUJIE” 如下图:
于是乎使用官方demo跑起,发现同样报错,如下图:
请问怎么解决?
如何复现 给出详细的复现步骤 1、第一步:使用官方demo,/examples/main-vue/,安装babel-polyfill并在main.js import它,跑起; 2、 第二步:子应用/examples/vue2/,安装babel-polyfill并在main.js import它,跑起; 3、第三步:打开页面,并选择vue2菜单。
最小复现仓库或者地址 https://github.com/Tencent/wujie/tree/master/examples/
The text was updated successfully, but these errors were encountered:
现在还要支持IE,不太现实
Sorry, something went wrong.
啥年代了...
硬生生自己写了一套代码转为iframe...
No branches or pull requests
描述bug
IE浏览器(Edge/10/9),wujie版本1.0.22,使用degrade,发现我们项目跑起来主应用会报错,子应用打不开——
"TypeError: 无法设置未定义或 null 引用的属性“__WUJIE”
如下图:
于是乎使用官方demo跑起,发现同样报错,如下图:
请问怎么解决?
如何复现
给出详细的复现步骤
1、第一步:使用官方demo,/examples/main-vue/,安装babel-polyfill并在main.js import它,跑起;
2、 第二步:子应用/examples/vue2/,安装babel-polyfill并在main.js import它,跑起;
3、第三步:打开页面,并选择vue2菜单。
最小复现仓库或者地址
https://github.com/Tencent/wujie/tree/master/examples/
The text was updated successfully, but these errors were encountered: