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. Contribute to wangfupeng1988/vue2-wangeditor-demo development by creating an account on GitHub.
vue2-wangeditor-demo是一个基于Vue2框架的wangEditor富文本编辑器的演示项目。该demo展示了如何在Vue2项目中集成和使用wangEditor编辑器,实现了常见的富文本编辑功能,如文字格式调整、插入图片、插入链接等。通过该演示项目,开发者可以快速了解如何在自己的Vue2应用中引入wangEditor,并根据需要进行定制化配置。同时,该demo...
# Vue2 wangEditor demo ## Project setup ``` 17 changes: 17 additions & 0 deletions 17 __test__/component.test.js Original file line numberDiff line numberDiff line change @@ -0,0 +1,17 @@ import { mount } from '@vue/test-utils' import MyEditor from '../src/components/MyEdito...
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...