bootstrap-vue / bootstrap-vue

BootstrapVue provides one of the most comprehensive implementations of Bootstrap v4 for Vue.js. With extensive and automated WAI-ARIA accessibility markup.

Home Page:https://bootstrap-vue.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Alias vue: '@vue/compat' breaking PrimeVue datatable

zippitydooda opened this issue · comments

Hi, I'm trying to get bootstrap-vue to work in Vue 3 (compat) alongside primevue, but I ran into this issue:
primefaces/primevue#5642

In short, it looks like the alias vue: '@vue/compat' is causing one of the components in Primevue to break.

I'm guessing the alias is getting applied to primevue when it doesn't need to be. Is there an alternative way of configuring the alias so that it only gets applied to bootstrap-vue?

Did you figured out a way?