UNPKG

simple-frame-unit

Version:

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

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