Synchronized Main Gallery and Thumbnail Navigation with vue-awesome-swiper 3
Installation npm install vue-awesome-swiper@3 --save-dev Specifying the version during installation prevents compatibility issues that comonly occur with the latest releases. Global Setup Register the component and styles in your entry file: import Vue from 'vue' import VueAwesomeSwiper from 'vue-aw...