Logo white

other / mew-iview

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • mew-iview
  • src
  • components
  • cell
  • index.js
  • add Cell component for init
    59a3b893
    梁灏 authored
    2018-06-20 15:17:54 +0800  
    Browse Code »
index.js 118 Bytes
Edit Raw Blame History Permalink
1 2 3 4 5
import Cell from './cell.vue';
import CellGroup from './cell-group.vue';

Cell.Group = CellGroup;
export default Cell;