UNPKG

simple-frame-unit

Version:

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

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