@teihin/vue3-kind-editor

1.0.1 • Public • Published

@zhj-target/vue3-kind-editor

Install

Recommended: get @zhj-target/vue3-kind-editor from npm:

npm install @zhj-target/vue3-kind-editor --save
# or
yarn add @zhj-target/vue3-kind-editor

Usage

Then you're ready to start making your document:

import Vue3KindEditor from '@zhj-target/vue3-kind-editor'
const state = reactive({
    editorText: ''
})
<vue3-kind-editor id="editor_id" height="500px" width="100%" v-model="state.editorText"
              :loadStyleMode="false"></vue3-kind-editor>

The core of the component comes from kindeditor,If you want more configuration, please refer to kindeditor

Preview

image

version 0.1.2

After this version, the image upload server will be removed, and the images uploaded locally will be converted to Base64

version 0.1.3

Correct v-model incorrect problems

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i @teihin/vue3-kind-editor

      Weekly Downloads

      0

      Version

      1.0.1

      License

      ISC

      Unpacked Size

      1.52 MB

      Total Files

      227

      Last publish

      Collaborators

      • teihin