Closed
Description
Vue version
3.5.12
Link to minimal reproduction
Steps to reproduce
click the buttons from left to right, observe the texts
What is expected?
Behavior of props default value in vue custom element should be same as in Vue component
What is actually happening?
We can see that boolean prop is always true in vue custom element no matter we set false
, null
, undefined
or empty string, while in Vue component, false
and null
will be as it is, null
, undefined
and empty string will be default value
System Info
No response
Any additional comments?
No response