We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
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
请先看《提问的智慧》,并尝试到黑客派搜寻资料解决问题。
所见即所得模式
我将编辑器集成我的项目中之后,点击页面中的删除,位置调整之类的按钮,页面会跳转到首页,
在button 标签中增加了type="button" 之类就正常了
type="button"
页面不跳转
The text was updated successfully, but these errors were encountered:
通过js 也解决了问题~
$("#vditor").on("click","button",function(e){ e.preventDefault(); e.stopPropagation(); });
Sorry, something went wrong.
a6dc015
Vanessa219
No branches or pull requests
请先看《提问的智慧》,并尝试到黑客派搜寻资料解决问题。
编辑模式
所见即所得模式
描述问题
我将编辑器集成我的项目中之后,点击页面中的删除,位置调整之类的按钮,页面会跳转到首页,
在button 标签中增加了
type="button"
之类就正常了期待的结果
页面不跳转
The text was updated successfully, but these errors were encountered: