Hydration style mismatch
Vue version
3.4.18
Link to minimal reproduction
Steps to reproduce
You get this error when you use a v-bind inside the style tag and at the same time assign a value to the style attribute to a nested element, if is the main element that has the attribute this error won't occur. SSR should be enabled.
What is expected?
This error should not occur like when it is the main element that has the style attribute
What is actually happening?
You get this error when any element that is not the main element has the style attribute
System Info
No response
Any additional comments?
No response