UNPKG

drip-ui

Version:

Lightweight Mobile UI Components built on Vue

7 lines (6 loc) 118 B
/** * Install function to register a component */ export default function(Vue) { Vue.component(this.name, this) }