UNPKG

sh-v-owl-carousel

Version:

VueJS wrapper for Owl Carousel with rtl support

8 lines (6 loc) 165 B
import VOwlCarousel from './Carousel.vue'; module.exports = { install: function (Vue, options) { Vue.component('v-owl-carousel', VOwlCarousel); } };