0.1.3 • Published 2 years ago

@zhj-target/vue3-kind-editor v0.1.3

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

@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

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago

0.0.12

2 years ago

0.0.11

2 years ago

0.0.10

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago