wffranco / vue-strap

Bootstrap components built with Vue.js
http://wffranco.github.io/vue-strap/
MIT License
338 stars 133 forks source link

including form-validator & bs-input? #144

Open iamvitali opened 7 years ago

iamvitali commented 7 years ago

Hi, So in the docs there's the simplest version, which is including alert:

import { alert } from 'vue-strap'

new Vue({
  components: {
    alert
  }
})

But how would one go about including <form-validator> and <bs-input>?

yesm1994 commented 7 years ago

+1