1.0.7 • Published 6 years ago
vue-monaco-wrap v1.0.7
name
vue-monaco-wrap
install
- 安装
npm install vue-monaco-wrapUse
- 引用
import monaco from 'vue-monaco-wrap'- 注册
components: { monaco }- 使用
<monaco v-model="content" @change="getHtml"></monaco>- 方法
getHtml(e) {
this.content = e
console.log(e, 'html')
}description
- vue + monaco
- vue封装版本 monaco
- 选择语言+选择背景