Newer
Older
cockpit_hxrq_front / src / components / TableCell / index.js
StephanieGitHub on 6 Apr 2021 189 bytes first commit
import TableCellReadComp from './tableCellRead'

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