오승연
오승연

Reputation: 19

Bootstrap-vue grid system layout is not working

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

Answers (1)

Malik Noor Hassan
Malik Noor Hassan

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

Related Questions