Closed tvld closed 8 years ago
Sorry to bother again... I can show the carousel but it does not react on mouseclick and only shows first image. Should I include javascript by hand? Right now I have :
import vuestrapBase from 'vuestrap-base-components' export default { components: { 'vs-carousel': vuestrapBase.carousel, 'vs-slide': vuestrapBase.slide } }
ok.. simply restart npm run dev ... and it worked ;))
npm run dev
Sorry to bother again... I can show the carousel but it does not react on mouseclick and only shows first image. Should I include javascript by hand? Right now I have :