UNPKG

@insaic/neon

Version:

A Mobile UI Components built on Vue

8 lines (5 loc) 149 B
import CellGroup from './src/index.vue' CellGroup.install = function (Vue) { Vue.component(CellGroup.name, CellGroup) } export default CellGroup