Newer
Older
dcms_front / src / components / TableCell / index.js
StephanieGitHub on 29 Oct 2019 189 bytes ADD:新增全局组件 tableCellRead 只读表格项
import TableCellReadComp from './tableCellRead'

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