/* istanbul ignore file */
import Input from './src/main.vue'
Input.install = function (Vue) {
Vue.component(Input.name, Input)
}
export default Input