组件配置中customConfig属性为wangEditor编辑器的配置 使用 1.安装 vue2:npm install avue-plugin-ueditor --save vue3:npm install avue-plugin-ueditor@next --save 2.导入 import AvueUeditor from 'avue-plugin-ueditor' Vue.use(AvueUeditor); 3.Avue配置中使用 ... column:[ ... { label:'test'...
组件配置中customConfig属性为wangEditor编辑器的配置 使用 1.安装 vue2:npm install avue-plugin-ueditor --save vue3:npm install avue-plugin-ueditor@next --save 2.导入 import AvueUeditor from 'avue-plugin-ueditor' Vue.use(AvueUeditor); 3.Avue配置中使用 ... column:[ ... { label:'test'...
options: {//普通图片上传action: "https://avuejs.com/imgupload", customConfig: {},//wangEditor编辑的配置props: { res:"data", url:"url", }, }, }; }, } 注意版本号,使用“ https://avuejs.com/imgupload ”记得配置跨域
options: {//普通图片上传action: "https://avuejs.com/imgupload", customConfig: {},//wangEditor编辑的配置props: { res:"data", url:"url", }, }, }; }, } 1. 2. 3. 4. 5. 6. 7. 8. 9. 10. 11. 12. 13. 14. 15. 16. 17. 18. 19. 20. 21. 22. 23. 24. 25. 26. ...
17 - 组件配置中customConfig属性为wangEditor编辑器的配置 18 19 ## 使用 20 ``` 21 1.安装 22 npm install avue-plugin-ueditor --save 23 24 2.导入 25 import AvueUeditor from 'avue-plugin-ueditor' 26 Vue.use(AvueUeditor); 27 28 3.使用(双击图片可改变大小) 29 ... ...