We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
<script src="../../js/cherry-markdown.engine.core.js"></script> mounted() { this.cherryEngineInstance= new CherryEngine() }
结果报错:
"Uncaught TypeError: CherryEngine is not a constructor",
The text was updated successfully, but these errors were encountered:
cherry-markdown.engine.core.js好像不支持UMD方式,这种场景可以先使用cherry.engine来访问engine的api哈,我们也看下能否让engine也支持UMD方式。
cherry-markdown.engine.core.js
cherry.engine
Sorry, something went wrong.
谢谢,用cherry.engine成功了
No branches or pull requests
Clear and concise description of the problem or idea.
结果报错:
"Uncaught TypeError: CherryEngine is not a constructor",
不使用Nodejs,怎么使用CherryEngine渲染markdown文本
The text was updated successfully, but these errors were encountered: