Commit ac2542dc authored by 何虹's avatar 何虹 💬

测试

parent 1448a9f0
import Vue from 'vue' import Vue from 'vue'
import hsInput from './hs-input/index.vue' import hsInput from './hs-input/index.vue'
const components={ const components={
hsInput 'hs-input':hsInput
} }
Object.keys(components).forEach(name=>{ Object.keys(components).forEach(name=>{
Vue.component(name, components[name]) Vue.component(name, components[name])
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment