DEV Community

Discussion on: Pass props to dynamic Vue components

Collapse
 
chrstnfrrs profile image
Christian Farris

Have you tried implementing this with the Vue3 composition API? I feel like that would make it better for larger use cases.

Thread Thread
 
jwkicklighter profile image
Jordan Kicklighter

I haven't, but it may help with that. From what I understand of that API, we would potentially be able to describe the history computed value in a more readable fashion. Is that what you're thinking?

Thread Thread
 
chrstnfrrs profile image
Christian Farris

Yep!