UNPKG

cyber-web-ui

Version:
8 lines 214 B
import Cell from './Cell'; import CellDict from './CellDict'; Cell.install = function (app) { app.component(Cell.name, Cell); app.component(CellDict.name, CellDict); }; export { CellDict }; export default Cell;