[Vuejs]-Imported and reexported not found in Vue

0👍

BootstrapVue isn’t compatible with Vue 3 yet:

BootstrapVue provides one of the most comprehensive implementations of the Bootstrap v4.5 component and grid system available for Vue.js v2.6

You’ll either have to use Vue 2, use Vue 3 without Bootstrap or find another component library which is compatible with Vue 3.

Leave a comment