Skip to content
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

【Bug】 关于 editor 组件的显示问题 #213

Open
Immask-rgb opened this issue Oct 19, 2024 · 4 comments
Open

【Bug】 关于 editor 组件的显示问题 #213

Immask-rgb opened this issue Oct 19, 2024 · 4 comments
Assignees

Comments

@Immask-rgb
Copy link

Immask-rgb commented Oct 19, 2024

columns使用多个formType为editor,编辑或新增有概率加载不出来editor组件
组件应该是wang-editor,
包括系统设置添加多个富文本编辑器类型的配置项,也有概率加载不出来组件
image

@Immask-rgb Immask-rgb changed the title [Bug] 关于 editor 组件的显示问题 【Bug】 关于 editor 组件的显示问题 Oct 19, 2024
@zds-s
Copy link
Member

zds-s commented Oct 19, 2024

目前为止没印象有人反馈过这个问题,能否给个复现代码。等 @kanyxmo @People-Sea 来看看

@Immask-rgb
Copy link
Author

木有代码 就正常用管理员权限 去设置 添加多个项 类型 富文本编辑框

刷新页面 概率 个别就加载不出来了

但是看不到报错

@csdjl88
Copy link

csdjl88 commented Nov 29, 2024

修改/src/components/ma-editor/index.vue文件
<editor :key="props.dataIndex + editorKey" v-model="content" :init="initConfig" :id="props.dataIndex + props.id" :disabled="props.disabled"></editor>

本质上就是多个富文本同时渲染的时候,识别成同一个富文本。就会出现这个现象

@Immask-rgb
Copy link
Author

Immask-rgb commented Dec 1, 2024

是的 我自己已经处理好了,感谢大大

People-Sea added a commit to People-Sea/MineAdmin-Vue that referenced this issue Dec 2, 2024
People-Sea added a commit to People-Sea/MineAdmin-Vue that referenced this issue Dec 2, 2024
kanyxmo added a commit that referenced this issue Dec 2, 2024
fix(ma-editor): 修复同一时刻渲染多富文本无效
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants