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