0.2.6 • Published 25 days ago

@7polo/vue3-editors v0.2.6

Weekly downloads
-
License
-
Repository
-
Last release
25 days ago

@7polo/vue3-editors

一系列编辑器

组件名称底层技术底层技术
MindEditor思维导图编辑器百度脑图
MarkdownEditormarkdown编辑器md-editor-v3
BlockEditor块编辑器editorjs
DrawIO图编辑器drawio
others

一、install

npm install @7polo/vue3-editors
import {BlockEditor, MarkdownEditor, MindEditor} from "@7polo/vue3-editors/components";

二、EditorProps 参数

参数描述类型备注
modelValue (v-model)内容any格式取决于编辑器
readOnly (v-model)只读boolean
autoFocus自动聚焦boolean
upload文件上传接口(files: File[]) => Promise<string[]>
editorId编辑器idstring自动生成
extConfig额外参数any提供编辑器定制化参数

2.1 mindmap extConfig

2.2 markdown extConfig

2.3 block extConfig

三、事件

参数描述类型
readyready事件() => void
changedchange事件(v: any) => void

四、组合编辑器

动态设置编辑器类型

import CompositeEditor from '@7polo/vue3-editors/components'
参数描述类型备注
editorType编辑器类型mindmap、markdown、block-editor格式取决于编辑器
...editorProps-EditorProps同 EditorProps
0.2.6

25 days ago

0.2.3

25 days ago

0.2.5

25 days ago

0.2.4

25 days ago

0.2.2

2 months ago

0.2.1

2 months ago

0.2.0

2 months ago

0.1.15

3 months ago

0.1.11

10 months ago

0.1.12

10 months ago

0.1.13

10 months ago

0.1.14

9 months ago

0.1.10

11 months ago

0.1.9

11 months ago

0.1.7

11 months ago

0.1.6

11 months ago

0.1.5

11 months ago

0.1.4

11 months ago

0.1.3

11 months ago

0.1.2

11 months ago

0.1.1

11 months ago

0.1.0

11 months ago

0.0.16

11 months ago

0.0.15

11 months ago

0.0.14

11 months ago

0.0.13

11 months ago

0.0.12

11 months ago

0.0.11

11 months ago

0.0.10

11 months ago

0.0.9

11 months ago

0.0.8

11 months ago

0.0.7

11 months ago

0.0.6

11 months ago

0.0.5

11 months ago

0.0.4

11 months ago

0.0.3

11 months ago

0.0.2

11 months ago

0.0.1

11 months ago