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
vditor @ 3.1.12
独立渲染方法 Vditor.preview
//这样报错:Cannot read property 'transform' of undefined Vditor.preview(document.body,'# hello vditor') //必须要添加transform参数才行,但是文档中给出的options和transform都是可选的 Vditor.preview(document.body,'# hello vditor',{ transform:'' })
可选参数支持不传入
Vditor.preview(document.body,'# hello vditor')
The text was updated successfully, but these errors were encountered:
看错了
Sorry, something went wrong.
9f7119e
Vanessa219
No branches or pull requests
编辑模式
vditor @ 3.1.12
独立渲染方法 Vditor.preview
描述问题
期待的结果
可选参数支持不传入
The text was updated successfully, but these errors were encountered: