kzima / vuestrap-base-components

Web components that extend Bootstrap 4 - http://kzima.github.io/vuestrap-base-components/#/accordion
MIT License
253 stars 42 forks source link

Carousel #25

Closed tvld closed 8 years ago

tvld commented 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
    }
  }
tvld commented 8 years ago

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