[Vuejs]-How to set main.js file to add Bootstrap-vue to the Vuex project?

0👍

The upper part is Vue 3, the lower part is Vue 2 – the two do not mix, you have to use the one matching your Vue version.

Note that BootstrapVue does not yet support Vue 3, so you either have to downgrade to Vue 2, use the compat module, wait a while or switch to a different design system, like Vuetify, PrimeVue, Antd, etc.

Leave a comment