UNPKG

simple-frame-unit

Version:

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

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