{{json}}
错误案例 :key="idx"
{{item.id}}.{{item.count}}
add
remove
up
down
正确案例 :key="item.id"
{{item.id}}.{{item.count}}
add
remove
up
down