Open
Description
Vue version
3.4.38
Link to minimal reproduction
Steps to reproduce
Specify a slot props without the key
property. Add v-if
for this slot or the parent <template />
.
What is expected?
The key
property is missing if not physically specified.
What is actually happening?
The key: number
property is added.
System Info
No response
Any additional comments?
No response