-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
vue3富文本刷新及表单验证问题 #306
Comments
Vue3富文本刷新问题解决方案: 修改 src\components\Editor\index.vue 文件第 111 行:
|
感谢!按照您的方法,问题已解决!😄 |
这是vue3版的吗? |
是的呀 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
当使用修改按钮时查询第一条信息,富文本框显示内容无误。
当再次点击第二条信息的修改时,富文本框会显示上一条信息的内容。(第二条的富文本框内容为null,不为空的情况下不不会引发此bug)
The text was updated successfully, but these errors were encountered: