Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bootstrap-vue dependency update #2290

Open
2 tasks
fergmac opened this issue Aug 1, 2024 · 0 comments
Open
2 tasks

bootstrap-vue dependency update #2290

fergmac opened this issue Aug 1, 2024 · 0 comments

Comments

@fergmac
Copy link
Contributor

fergmac commented Aug 1, 2024

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
  • The application builds and runs successfully

Additional context

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant