Newer
Older
smartcity_merchant_front / src / components / TableCell / index.js
wangxitong on 22 Feb 2024 189 bytes first commit
import TableCellReadComp from './tableCellRead'

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