2.0.5 • Published 5 years ago

vue2-monaco-editer v2.0.5

Weekly downloads
3
License
ISC
Repository
github
Last release
5 years ago

props

属性类型默认值描述
valueString, Object, Array"请编辑html内容"显示的数据值
cdnURLString"https://cdn.bootcss.com/monaco-editor/0.17.0/min/vs"cdn地址 可去 https://github.com/Microsoft/monaco-editor 下载
editorOptionsObject{}https://microsoft.github.io/monaco-editor/api/interfaces/monaco.editor.ieditorconstructionoptions.html 这个地址可以去配置

useing

安装

npm i vue2-monaco-editer

注册

import MonacoEditor from "vue-monaco2-editer";
components: {
	MonacoEditor
},
<MonacoEditor v-model="value" :editorOptions="editorOptions"></MonacoEditor>

tip

数据使用v-model双向绑定的

2.0.5

5 years ago

2.0.4

5 years ago

2.0.3

5 years ago

2.0.2

5 years ago

2.0.1

5 years ago

1.5.0

5 years ago

2.0.0

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago