UNPKG
vue-owl-carousel2
Version:
latest (2.0.7)
2.0.7
2.0.6
2.0.4
2.0.3
VueJS wrapper for Owl Carousel
github.com/mats-dev/vue-owl-carousel2
mats-dev/vue-owl-carousel2
vue-owl-carousel2
/
src
/
plugin.js
8 lines
(6 loc)
•
167 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
import
VueOwlCarousel2
from
'./Carousel.vue'
;
module
.
exports
= {
install
:
function
(
Vue, options
) {
Vue
.
component
(
'vue-owl-carousel2'
,
VueOwlCarousel2
); }, };