UNPKG

simple-frame-unit

Version:

基于vue2 研发的与simple-data后端配合使用的组件

14 lines (10 loc) 280 B
/** * JSON编辑器 * 依赖:jsoneditor { https://jsoneditoronline.org/} */ import EdJsonEditor from './src/EdJsonEditor.vue' /* istanbul ignore next */ EdJsonEditor.install = function (Vue) { Vue.component(EdJsonEditor.name, EdJsonEditor) } export default EdJsonEditor