UNPKG

lh-chs-ui

Version:

A Component Library for Vue.js.

9 lines (6 loc) 147 B
import Card from './src/index' /* istanbul ignore next */ Card.install = function (Vue) { Vue.component(Card.name, Card) } export default Card