기존 사용하던 vue slider에서 기존에 없는 fraction을 추가해보았다. 기존 사용 중이던 slider - https://ssense.github.io/vue-carousel/ Vue Carousel Vue Carousel - A flexible, responsive, touch-friendly carousel for Vue.js ssense.github.io 다른 슬라이더와 비교해서 딱히 두드러지는 장점은 없지만 해상도에 따라 슬라이드 개수를 설정할 수 있는 api가 있어 반응형 프로젝트 구현 시 좀 편하게 사용했다. ... {{ `${currentIndex} / ${slides.length}`}} 그냥 carousel 컴포넌트에 pageChange 이벤트를 추가하고 변경될 때마다 index가..