1.0.5 • Published 3 years ago

vue3-editor-chat v1.0.5

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

Views

views

install

You can use Yarn or NPM

npm install vue3-editor-chat

OR

yarn add vue3-editor-chat

Usage

import { Vue3EditorChat } from 'vue3-editor-chat';

import 'vue3-editor-chat/vue3-editor-chat.css';

Props

NameTypeDefaultDescription
limitNumber3上传文件数量限制
multipleBooleanfalse文件是否多选
acceptString文件接受类型

Methods

NameParamsDescription
clearFiles清除上传文件列表
addMessage输入框插入HTML格式内容

Events

NameParamsDescription
sendMessagemessage,fileList发送消息按钮事件

Slots

NameParamsDescription
header上方工具栏
footer下方按钮栏

Examples

<template>
  <div>
    <Vue3EditorChat :limit="3" />
  </div>
</template>

<script setup>
import { Vue3EditorChat } from 'vue3-editor-chat';
import 'vue3-editor-chat/vue3-editor-chat.css';
</script>

<style lang="scss" scoped></style>
1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago

0.2.2

3 years ago

0.2.1

3 years ago