Suppose I have a component with data:
data: function () { return { slots: [ { Id: 1, slotName: \'apple\', comp
You can use v-for into a template component
You just need to specify the key on the component.
key
component