UNPKG

swiper-next

Version:
12 lines (11 loc) 452 B
"use strict"; Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } }); const installer = require("./src/components/installer.js"); const index$1 = require("./src/components/swiper/index.js"); const index$2 = require("./src/components/swiper-item/index.js"); function index(Vue) { installer(Vue); } exports.Swiper = index$1.Swiper; exports.SwiperItem = index$2.SwiperItem; exports.default = index;