I am new in VueJs and bootstrap vue.
When i use for example the input through my application 100 times and bootstrap-vue is going to change the component then i have to change this through my whole application.
Building my own input component with the bootstrap vue component is that a solution?
How can i achieve this?
<b-form-input v-model="text" placeholder="Enter your name"></b-form-input>