UNPKG

simple-frame-unit

Version:

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

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