UNPKG

swiper-next

Version:
9 lines (8 loc) 221 B
"use strict"; const index = require("./swiper/index.js"); const index$1 = require("./swiper-item/index.js"); function installer(Vue) { Vue.use(index.Swiper); Vue.use(index$1.SwiperItem); } module.exports = installer;