父子组件 class 设置重叠时,class 重复
Vue version
3.2.37
Link to minimal reproduction
Steps to reproduce
其中 父组件 设置了 class="content" , 子组件设置了 class="content xxx"
What is expected?
<div class="content xxx" data-v-37b1dc3d="" data-v-472cff63="">...</div>
What is actually happening?
<div class="content xxx content" data-v-37b1dc3d="" data-v-472cff63="">...</div>
System Info
No response
Any additional comments?
No response
This is expected behavior. Docs