Newer
Older
dcms_front / src / components / TableCell / index.js
yangqianqian on 28 Dec 2020 189 bytes leaflet地图
import TableCellReadComp from './tableCellRead'

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