UNPKG

swiper

Version:

Most modern mobile touch slider and framework with hardware accelerated transitions

7 lines 165 B
import { inject } from 'vue'; export const useSwiperSlide = () => { return inject('swiperSlide'); }; export const useSwiper = () => { return inject('swiper'); };