v-for number
{{ item }}
v-for object
{{ key }}
{{ value }}
v-for & v-if list items
{{ item.name }}
{{
item.count
}}
{{ child.name }}
{{
child.count
}}
v-for & v-show list items
{{ item.name }}
{{
item.count
}}
{{ child.name }}
{{
child.count
}}
{{ item[0] }}
{{ item[1] }}
{{ item }}