1.0.1 • Published 11 months ago

codemirror-specify-highlight-vue v1.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
11 months ago

安装

npm install codemirror-specify-highlight-vue

引入

import CodeMirrorSpecifyHighLight from "codemirror-specify-highlight-vue";

全局注册

Vue.use(CodeMirrorSpecifyHighLight)

使用

属性

参数说明类型可选值默认值
resultContent传入内容string
tipTitle提示内容string注:不要使用自行输入{}拼接显示名称
cancelText重置按钮文本string重置
confirmText确定按钮文本string确定
titles左右内容块标题array"标题类", "你可以选择标题类和输入文字来组合生成名称"
showFooter是否需要显示底部按钮booleantrue/falsetrue
1.0.1

11 months ago

1.0.0

11 months ago