UNPKG

ux-react

Version:

Mobile web UI based on Vue and WeUI

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