kzima/vuestrap-base-components

Carousel

Closed this issue · 1 comments

tvld commented

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
    }
  }
tvld commented

ok.. simply restart npm run dev ... and it worked ;))