@teihin/vue3-kind-editor
v1.0.1
Published
this is a vue3-kind-editor,for vue3!The core of the component comes from kindeditor,If you want more configuration, please refer to kindeditor
Downloads
4
Maintainers
Readme
@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
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