Bootstrap-vue doesn't load CSS

前端 未结 5 2213
感动是毒
感动是毒 2021-02-13 11:38

I am writing a Vue.js app with Bootstrap 4 and I can\'t loaded though I followed the documentation.

Added to main.js

Vue.use(BootstrapVue);

5条回答
  •  滥情空心
    2021-02-13 12:25

    Try importing the files using JavaScript.

    import 'bootstrap/dist/css/bootstrap.css'
    import 'bootstrap-vue/dist/bootstrap-vue.css'
    

    On closer inspection it looks like you're missing
    also is controlled by v-model

    {{ msg }}

    {{ statusCode }}


    Players data

    Tournament data

    That should fix the styling of the tabs.

提交回复
热议问题