[Vuejs]-Cannot find module vue/ref-transform

0👍

Bootstrap Vue is not (yet) compatible with Vue 3.

Current plan is:

BootstrapVue v2:

  • Feature-freeze after v2.17.0
  • Only critical bugfixes and security updates

BootstrapVue v3:

  • Based on BootstrapVue 2.17.0
  • Vue.js v3 support
  • Bootstrap v4.x support
  • Release: Short after Vue.js v3 release

BootstrapVue v4:

  • Complete rewrite
  • Vue.js v3 support
  • Bootstrap v5 support
  • Release: No ETA yet

So yeh, its coming 😉

More info here: https://github.com/bootstrap-vue/bootstrap-vue/issues/5196

Leave a comment