logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

vue2-ace-editor的基本用法

1. 引入组件components: {editor: require('vue2-ace-editor'),},2. 页面上<editor ref="aaa" v-model="responseData" @init="editorInit" :options="options" :lang="responseDataLang"...

到底了