-
-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
feat: 支持微前端 iframe 沙箱 #5518
base: master
Are you sure you want to change the base?
feat: 支持微前端 iframe 沙箱 #5518
Conversation
在微前端 IFrame 环境下,instanceof 的判定会错乱,所以更改了 instanceof 的判定方式 |
2cdd1d3
to
609a3f8
Compare
609a3f8
to
dea1a5d
Compare
请问在wujie引入的plugins还需要补充jsBeforeLoaders、jsloader吗? 我试了一下这个代码 在降级/非降级模式下都不能正常使用 |
不需要,我这边使用的是 https://github.com/micro-zoe/micro-app,wujie 的话,可以提供一个 demo 吗,我可以尝试也适配一下 |
demo的git地址:https://github.com/ALLLRON/wujie.git 启动main-vue & vue2 两个项目 |
有人关注一下这个PR么? 对iframe 沙箱环境太有意义了 |
我尝试了一下,在这个 demo 项目里面是可以正常跑起来的。你使用的版本是是他的包的版本,你需要切换到我的分支用我的代码打包,才能使用我更新后的代码。 有谁可以联系到作者,需要把这个包发布一下 @wangfupeng1988 |
d60156a
to
dea1a5d
Compare
我现在用公司的项目嵌入你的富文本编辑器可以正常使用,但是嵌入我的不行,需要额外配置一些东西吗? |
你demo是正常的 但是我的富文本编辑器和你的配置的版本和代码都一样嵌入到我的项目就不行 |
能先构建一下发个编译后的吗,我本地拉下来,构建有问题 |
wujie的demo是我做了适配的,所以可以。你可以拉取wangeditor源码编译一下后去对应处理。 |
这个怎么选中这个怎么解决呢。 我搞半天不生效这个 |
无界中集成了vue3。用的是@wangeditor/editor-for-vue@next 选中不生效 这个有人知道怎么改么 |
|
@kunl 老哥能给 slate 提下吗,wangEditor model 层是用的 slate,这段源码一模一样的:https://github.com/search?q=repo%3Aianstormtaylor%2Fslate%20instanceof&type=code |
已在 wangeditor-next 实现 |
No description provided.