UNPKG

@insaic/neon

Version:

A Mobile UI Components built on Vue

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