You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the task
bootstrap-vue 2.23.1 works with the vue compat migration build. bootstrap-vue will not work with vue 3.
Purpose
The vue compat build is a temporary fix while we migrate to Vue 3. Before we remove the vue compat dependency we will need to find a Vue 3 solution that replaces the components we are using from bootstrap-vue.
In the main.js file we set the compatConfig: { MODE: 2 } -> meaning we turn on the migration build for the entire application. we can use compatConfig: { MODE: 3 } to turn off the migration build (turn of Vue 2 legacy features) at the component level and resolve the issues that arise component by component.
Acceptance Criteria
We have a Vue 3 solution for the bootstrap-vue components we are using
Describe the task
bootstrap-vue 2.23.1 works with the vue compat migration build. bootstrap-vue will not work with vue 3.
Purpose
The vue compat build is a temporary fix while we migrate to Vue 3. Before we remove the vue compat dependency we will need to find a Vue 3 solution that replaces the components we are using from bootstrap-vue.
In the main.js file we set the compatConfig: { MODE: 2 } -> meaning we turn on the migration build for the entire application. we can use compatConfig: { MODE: 3 } to turn off the migration build (turn of Vue 2 legacy features) at the component level and resolve the issues that arise component by component.
Acceptance Criteria
Additional context
The text was updated successfully, but these errors were encountered: