Reputation: 19
I want to use the class of layout(class 'bv-example-row') but 'bv-example-row' class is not working in grid system. another class of bootstrap-vue is worked well.
<b-container class="bv-example-row">
<b-row>
<b-col>1 of 3</b-col>
<b-col>2 of 3</b-col>
<b-col>3 of 3</b-col>
</b-row>
</b-container>`
Upvotes: 1
Views: 1774
Reputation: 66
I think this is the example class only for documentation because It's not present in bootstrap.css and as well as in bootstrap-vue.css.
Upvotes: 1