[Vuejs]-BootstrapVue control columns number in form group

0👍

I figured out that rewriting it using regular Bootstrap <div class="form-group"> tag can allow me to customize the input field class, so instead of using <b-form-group> I used <div class="form-group">.

Leave a comment