UNPKG

simple-frame-unit

Version:

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

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