lyx-editor
v1.0.7
Published
``` npm install lyx-editor --save ```
Downloads
10
Readme
lyx-editor 乐易学富文本编辑器
安装
npm install lyx-editor --save
1. main.js 中引入 LyxEditor
import { initscripts } from 'lyx-editor'
initscripts()
createApp(App).mount("#app")
2. 在vue模板中使用
import {LyxEditor,LyxMathJax } from 'lyx-editor'
LyxEditor 组件中的参数及方法
| 参数及事件名 | 含义 | |-----------|--------------------------------| | v-model | 文本 | | height | 编辑器高度,默认300px | | readonly | 是否只读,默认false |