0
I’m using the question below to better illustrate my question.
Vue is not rendering table with v-for, how to solve?
How do I do the same thing? Only by displaying a listing, using a component, but instead using a array
of objects, I want to use a array
simple, like:
produtos = ['tv','computador','celular']
Observing: I’m still learning to use the Stackoverflow, I don’t know if I’m doing it right, using the reference that way.
That way I understand, but I wanted to know how to display using a component.
– Gustavo Rodrigues
likewise no difference when it has a component because it will pass via
props
I’ll put another example– novic
I made the example with simple component @Gustavorodrigues, as you do not have a specific focus is created a minimal example
– novic