import Vue from 'vue' import { Group, Cell } from 'vux' Vue.component('Group', Group) Vue.component('Cell', Cell)