• liang's avatar
    init · dad95e78
    liang authored
    dad95e78
index.js 186 Bytes
import Config from './config'
import FormDesign from './index.vue'

export default {
  install (Vue) {
    Vue.use(Config)
    Vue.component('Avue' + FormDesign.name, FormDesign);
  }
}