1.0.1 • Published 4 years ago

comment-message-editor v1.0.1

Weekly downloads
15
License
ISC
Repository
-
Last release
4 years ago

comment-message-editor

A refined, customizable comment editor based on Vue

Install

npm install comment-message-editor

How to use

Register component

import Vue from 'vue'
import CommentEditor from 'comment-message-editor'

Vue.component(CommentEditor.name, CommentEditor)

Component render

<template>
  <comment-editor></comment-editor>

</template>

Screenshots

comment-editor comment-editor

Props

NameDescriptionTypeDefault
inline是否横向显示Booleanfalse
buttonText提交按钮文案String发送

Methods

NameDescriptionParameter
focus激活输入框-

Events

NameDescriptionParameter
submit输入框内容提交后触发输入框写入的内容