Closed
Description
Vue version
3.5.15
Link to minimal reproduction
Steps to reproduce
everything is simple and in the demo.
You first created a computed value in a component pass it down to a child in props. Deconstruct props and its still reactive. Pass it to a composable and it lose its reactivity. Case shown with a new computed and the prop directly
What is expected?
The goal of a composable is to keep reactivity and do reuasable logics so its mean it should work as intented i think
What is actually happening?
prop lose reactivity in composable
System Info
Any additional comments?
No response
Metadata
Metadata
Assignees
Labels
No labels