-
-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
@vue/compat: Bootstrap-Vue modals not properly displayed since Vue 3.4.9 #10151
Comments
Likely caused by #10075 |
Doctor-wu
added a commit
to Doctor-wu/core
that referenced
this issue
Jan 19, 2024
yyx990803
pushed a commit
that referenced
this issue
Feb 7, 2024
yyx990803
added a commit
that referenced
this issue
Feb 9, 2024
yyx990803
pushed a commit
that referenced
this issue
Feb 9, 2024
lynxlangya
pushed a commit
to lynxlangya/core
that referenced
this issue
May 30, 2024
lynxlangya
pushed a commit
to lynxlangya/core
that referenced
this issue
May 30, 2024
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Vue version
3.4.9
Link to minimal reproduction
https://stackblitz.com/edit/bootstrap-vue-with-compat-nszxaj?file=package.json
Steps to reproduce
Install bootstrap-vue 2 with @vue/compat and a recent Vue.js 3 version.
(Clicking the button in the Stackblitz example should display a modal)
What is expected?
In Vue 3.4.8, when clicking button, the popup is displayed with a style
display: block
.Since Vue 3.4.9, the style is missing and the bootstrap modal is not properly displayed.
What is actually happening?
The
display: block
style is missing in the div displaying the modal.I think this may be related to v3.4.8...v3.4.9#diff-f9113ab49228dff481a60e308d4d5f6a62007da817950de5fbbf8f1dd31e85f4R154
System Info
Any additional comments?
No response
The text was updated successfully, but these errors were encountered: