1.1.1 • Published 6 years ago

vue-text-editor v1.1.1

Weekly downloads
13
License
MIT
Repository
github
Last release
6 years ago

vue-text-editor

A Vue.js project for quill-editor. leezng/vue-text-editor

Installation

npm install vue-text-editor

Usage in entry

import vueTextEditor from 'vue-text-editor'
import 'vue-text-editor/static/css/app.css'

Vue.use(vueTextEditor)

Props

AttributeDescriptionTypeDefault
valuebinding valuestring-
confignavbar itemsarray-

Here is the default config:

allConfig = [ 'justifyLeft', 'justifyCenter', 'justifyRight', 'italic', 'bold', 'foreColor', 'backColor', 'fontName', 'fontSize', 'superscript', 'subscript', 'underline', 'strikeThrough', 'indent', 'outdent' ]

Events

Event NameDescriptionParameters
changeemit when value has changednewValue

Then in your vue template somewhere:

<template>
  <div>
    ...
    <vue-text-editor :value="'abc'" @change="handleChange"></vue-text-editor>
  </div>
</template>
1.1.1

6 years ago

1.1.0

7 years ago

0.2.0

7 years ago

0.1.5

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago