0

I figured out bootstrap-vue in Vue 3 application. But it doesn't work properly, for instance, I tried to use a b-carousel, but it showed nothing.

import { createApp } from 'vue'
import App from './App.vue'
import router from './router'
import Vue from 'vue'

import { BootstrapVue } from 'bootstrap-vue'

createApp(App).use(router).use(BootstrapVue).mount('#app')
skw.success
  • 49
  • 1
  • 5
  • A suggestion: Learn to use `tailwindcss` instead of bootstrap-vue, I belive Vue 3 does not support `bootstrap-vue` because it will be deprecated soon, when you used to use tailwind you will not back to bootstrap – Mohammad Nov 29 '21 at 15:57
  • Please provide enough code so others can better understand or reproduce the problem. – Community Dec 04 '21 at 20:13

0 Answers0