UNPKG

simple-frame-unit

Version:

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

9 lines (6 loc) 199 B
import EdJsonViewer from './src/EdJsonViewer.vue' /* istanbul ignore next */ EdJsonViewer.install = function (Vue) { Vue.component(EdJsonViewer.name, EdJsonViewer) } export default EdJsonViewer;