Skip to main content

All Questions

-1 votes
1 answer
117 views

Can I use Bootstrap 5 with Vue v2 and Bootstrap-vue Components?

The project that I work on is created with Nuxt v2 (Vue v2, Bootstrap v4, Bootstrap-vue). The project uses bootstrap-vue components like: <b-navbar toggleable="md" type="dark" ...
monny's user avatar
  • 127
-1 votes
1 answer
469 views

I am getting this error when i try to use bootstrap-vue in vuejs application, How to resolve this

This is the main.js file import { createApp } from 'vue' import App from './App.vue' import BootstrapVue from 'bootstrap-vue' import 'bootstrap/dist/css/bootstrap.css' import 'bootstrap-vue/dist/...
Kiran Kumar's user avatar