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">
.
- [Vuejs]-Create Grids with Dynamic Columns and Data Types( Vue.Js)
- [Vuejs]-Shift marker by given specific user input
Source:stackexchange.com