Have anyone had any luck trying to pass a vector of struct a from parent to child component. I have hit many compile and runtime issues trying to do this. Is it even possible? I observed from the examples, it seems this have not been done before. The examples pass literal values.
I don't have experience with it yet, but I think anything that implements Copy should work. For other things: maybe you can try using references in the child components instead?