Closed as duplicate of#9039
Description
Vue version
Vue 3 @latest
Link to minimal reproduction
Steps to reproduce
See playground.
What is expected?
The Test
component get the props dark: true
instead of dark: false
.
What is actually happening?
The Test
component get the props dark: false
instead of dark: true
.
System Info
Microsoft Edge Version 135.0.3179.85 (Official build) (64x)
Any additional comments?
I migrate from vue 2 to vue 3. In vue 2 the Test
сomponent props dark
was always true
.
Metadata
Metadata
Assignees
Labels
No labels