UNPKG

drip-ui

Version:

Lightweight Mobile UI Components built on Vue

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