UNPKG

vue-owl-carousel2

Version:
8 lines (6 loc) 167 B
import VueOwlCarousel2 from './Carousel.vue'; module.exports = { install: function(Vue, options) { Vue.component('vue-owl-carousel2', VueOwlCarousel2); }, };