vue-strap
vue-strap copied to clipboard
Initial value for bs-input is not appeared
When I try to use as <bs-input v-model="object.name" required/> and object.name is not null, the input is empty (but value is assigned and changed if typing something in input box)
Same here