Is it possible to generate dynamic components from a JSON were they use v-bind attributes? For instance this component:
<my-test-component :value="_.get(values, 'current', 0)" />
JSON:
[{":value": "_.get(value, 'current', 0)"}]
For "static" attributes it's no problem, but I'm not sure how to solve this for the example above.
Evan Schultz
Engineering Manager
Hey,
I just moved a post over here that might be useful for you - How to Create Data-Driven UI's in Vue