UNPKG

simple-frame-unit

Version:

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

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