zove-kind-editor
v1.0.2
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
Readme
zove-kind-editor
Install
Recommended: get zove-kind-editor from npm:
npm install zove-kind-editor --save
# or
yarn add zove-kind-editorUsage
Then you're ready to start making your document:
import zoveKindEditor from 'zove-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 1.0.1
After this version, the image upload server will be removed, and the images uploaded locally will be converted to Base64
version 1.0.2
添加声明文件
