摘要: 将如下代码封装成JsonEditor组件 <template> <div class="json-editor"> <el-row style="height: 100%;overflow-y: auto;"> <textarea ref="codemirror"/> </el-row> <slot 阅读全文
posted @ 2022-04-12 21:23 ProboxDu 阅读(4242) 评论(0) 推荐(0) 编辑