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
The PR will be merged when we get to reviewing it. It's not a priority topic at this moment, as we are putting our attention on Vue 3.4 and 2.7.16 till EOY.
Vue version
3.3.12
Link to minimal reproduction
Vue SFC Playground
Steps to reproduce
Load the SFC Playground link.
What is expected?
The styles are applied before
onMounted()
so the styled DIV would have a proper width.What is actually happening?
In
onMounted()
the mounted component is unstyled, leading to a wrongoffsetWidth
reading.System Info
No response
Any additional comments?
No response
The text was updated successfully, but these errors were encountered: