1.4.2 • Published 3 years ago

vue3-text-editor v1.4.2

Weekly downloads
-
License
-
Repository
-
Last release
3 years ago

Props

type AiteUser = { uid: number; name: string } & Readonly<Record<any, any>>;
propsName描述说明默认必填类型
AiteUserData要@用户的数据[]AiteUser[]
emojis表情数据[]Array
appendToContainer是否上传图片后插入到书写框中trueBoolean

事件

事件名描述说明
editor_content点击发布后返回写入内容content:string
sendAiteUid返回@用户 uiduid:number
aiteuser_exist用户已被@过exist:Boolean
upLoadImage返回上传的图片。props.appendToContainer 为 false 时触发 filesrc:string
1.4.2

3 years ago

1.4.1

3 years ago

1.4.0

3 years ago

1.3.0

3 years ago

1.2.2

3 years ago

1.2.1

3 years ago

1.2.0

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago