v-data scoped tag is missing from child component
Vue version
3.3.4
Link to minimal reproduction
Steps to reproduce
What is expected?
when click the switch button, the background should be the same color. but when i add some comment before.v-if directived component. the bg color will not be effected by the scoped class 'great'.
What is actually happening?
add the comment before first child component.
System Info
vue 3.3.4
Any additional comments?
No response