import BasicInput from './BasicInput.vue'
BasicInput.install = function (Vue) {
Vue.component('BasicInput', BasicInput)
}
export default BasicInput