UNPKG

165 BJavaScriptView Raw
1import { inject } from 'vue';
2export const useSwiperSlide = () => {
3 return inject('swiperSlide');
4};
5export const useSwiper = () => {
6 return inject('swiper');
7};
\No newline at end of file