UNPKG

ux-react

Version:

Mobile web UI based on Vue and WeUI

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