0👍
As bootStrap was loaded i needed to import
import BootstrapVue from "bootstrap-vue"
import "bootstrap/dist/css/bootstrap.min.css"
import "bootstrap-vue/dist/bootstrap-vue.css"
Vue.use(BootstrapVue)
into index.js instead of main.js
- [Vuejs]-Vuetify carousel interval
- [Vuejs]-How to prevent user change profile id in URL? Vue 3 Nodejs
Source:stackexchange.com