1.0.14 • Published 7 months ago

emr-editor-vue3-fix-tmp v1.0.14

Weekly downloads
-
License
MIT
Repository
-
Last release
7 months ago

Vue3 + Vite + tiptap 编辑器

图片

使用说明

  1. 安装依赖包
npm install emr-editor-vue3
  1. 引入组件
import {
  EmrEditor,
  Bold,
  BulletList,
  Italic,
  BaseKit,
  Underline,
  Strike,
  LineHeight,
  Image,
  History,
  Heading,
  CodeBlock,
  FontSize,
  Highlight,
  Table,
  Clear,
  Blockquote,
  Link,
  Color,
  Video,
  OrderedList,
  HorizontalRule,
  Fullscreen,
  TaskList,
  MoreMark,
  FormatPainter,
  SlashCommand,
  Indent,
  ImportWord,
  Columns,
  TextAlign,
  ImageUpload,
  VideoUpload,
  Code,
  EName,
  ESex,
  EAge,
  EHid,
  EDiagnosis,
  ECheckbox,
} from 'emr-editor-vue3'
  1. 引入css
import 'emr-editor-vue3/style.css'
  1. 使用编辑器 通过jsson 设置相关组件的值,然后把json 传入组件即可

请查看 demo