With Vue 3.5.15, bootstrap5 and sass, grid system does not work properly #13401
Labels
🔨 p3-minor-bug
Priority 3: this fixes a bug, but is an edge case that only affects very specific usage.
has workaround
A workaround has been found to avoid the problem
scope: sfc
Uh oh!
There was an error while loading. Please reload this page.
Vue version
3.5.15
Link to minimal reproduction
https://stackblitz.com/edit/vitejs-vite-r6jsnytm?file=src%2Fmain.js,src%2Fcomponents%2FHelloWorld.vue
Steps to reproduce
What is expected?
Expected to see a single row with 2 columns: the first one half the size of the second one.
What is actually happening?
Seeing 2 rows, one for each column, bot full size.
System Info
System: OS: Linux 6.14 Arch Linux CPU: (20) x64 Intel(R) Core(TM) i9-10900K CPU @ 3.70GHz Memory: 20.87 GB / 31.09 GB Container: Yes Shell: 5.2.37 - /bin/bash Binaries: Node: 22.16.0 - /var/lib/snapd/snap/bin/node Yarn: 1.22.22 - /var/lib/snapd/snap/bin/yarn npm: 11.4.1 - /usr/local/bin/npm Browsers: Chromium: 136.0.7103.113 npmPackages: vue: ^3.5.15 => 3.5.15
Any additional comments?
With Vue version 3.5.14 everything is OK
The text was updated successfully, but these errors were encountered: