# avue-plugin-ueditor **Repository Path**: ght_qd/avue-plugin-ueditor ## Basic Information - **Project Name**: avue-plugin-ueditor - **Description**: avue 富文本编辑器 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 49 - **Created**: 2019-01-04 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # avue-plugin-ueditor ## avue 富文本编辑器 ## npm [avue-plugin-ueditor](https://www.npmjs.com/package/avue-plugin-ueditor) ## git [avue-plugin-ueditor](https://gitee.com/smallweigit/avue-plugin-ueditor) ## demo

## use ``` 1.安装 npm install avue-plugin-ueditor --save 2.导入 import AvueUeditor from 'avue-plugin-ueditor' Vue.use(AvueUeditor); 3.使用 ... column:[ ... { label:'test', prop:'test', component: "AvueUeditor" } ... ] 或者直接 ... ```