npm

hundun-pc-editor

1.0.0 • Public • Published

huawen-pc-editor 前端富文本组件

仓库

当前组件库发布在 私有仓库中,仓库地址: http://10.43.219.188:4873/

// 设置仓库地址
npm config set registry http://10.43.219.188:4873

安装

npm install --save  hundun-pc-editor

引用与配置

 // 导入组件库
import hundunPcEditor  from 'hundun-pc-editor'
// 导入样式
import 'hundun-pc-editor/lib/hundun-pc-editor.css'
// 注册组件库
Vue.use(hundunPcEditor) 
 

页面引用示例

<div id="app"> 
    <hundun-pc-editor  v-model="value" upload-url="/api/file/upload" :preview="true" :html="true">
    </hundun-pc-editor>
    
</div>

示例

Attributes

参数 说明 类型 可选值 默认值
v-model 绑定值 String - -
preview 是否打开预览 Boolean true/false true
dsiabled 是否禁用 Boolean true/false false
html 是否打开HTML查看 Boolean true/false true
placeholder 提示placeholder String - -
upload-url 文件上传url String - /api/file/upload
custom-config 自定义配置, 参考wangeditor Object - -

Readme

Keywords

Package Sidebar

Install

npm i hundun-pc-editor

Weekly Downloads

1

Version

1.0.0

License

MIT

Unpacked Size

1.94 MB

Total Files

9

Last publish

Collaborators

  • jjxliu306