Vue2 wangEditor demo. Contribute to wangfupeng1988/vue2-wangeditor-demo development by creating an account on GitHub.
Repository files navigation README Vue2 wangEditor demo 本项目通过 Vue-cli 创建。 本地运行 yarn install yarn serve 参考 文档 About Vue2 wangEditor demo Resources Readme Activity Stars 18 stars Watchers 1 watching Forks 28 forks Report repository Releases No releases published Packages No...
vue2-wangeditor-demo是一个基于Vue2框架的wangEditor富文本编辑器的演示项目。该demo展示了如何在Vue2项目中集成和使用wangEditor编辑器,实现了常见的富文本编辑功能,如文字格式调整、插入图片、插入链接等。通过该演示项目,开发者可以快速了解如何在自己的Vue2应用中引入wangEditor,并根据需要进行定制化配置。同时,该demo...
wangfupeng1988/vue2-wangeditor-demoPublic NotificationsYou must be signed in to change notification settings Fork29 Star20 Code Issues3 Pull requests Actions Projects Security Insights Additional navigation options Commit Browse filesBrowse the repository at this point in the history ...
Vue2 wangEditor demo. Contribute to wangfupeng1988/vue2-wangeditor-demo development by creating an account on GitHub.
2 changes: 1 addition & 1 deletion 2 src/components/MyEditor.vue Original file line numberDiff line numberDiff line change @@ -13,7 +13,7 @@ /> <!-- 编辑器 --> <Editor style="height: 400px" style="height: 400px; overflow-y: hidden;" :defaultConfig="editorConfig" v-model...