DEV Community

Discussion on: Pass all props to children in Vue

Collapse
 
anduser96 profile image
Andrei Gatej

Thanks for sharing!

I suggest taking a look at Vue.observable, you might find it useful. This could also solve your problem

Collapse
 
jwkicklighter profile image
Jordan Kicklighter

Hmm, I'm curious where that would fit in for this particular flow.

Collapse
 
anduser96 profile image
Andrei Gatej

You're right. It might not be suitable for this problem.

I didn't take all the cases into consideration.. :D

Sorry!

Thread Thread
 
jwkicklighter profile image
Jordan Kicklighter

No worries! Always great to hear some other options that might be useful 😊

Thread Thread
 
anduser96 profile image
Andrei Gatej

Also I didn’t know about what $attrs exactly does, so thanks for sharing!