import TableCellReadComp from './tableCellRead' const TableCellRead = { install: function(Vue) { Vue.component('TableCellRead', TableCellReadComp) } } export default TableCellRead