vuejs / docs-next-zh-cn

:cn: Chinese translation for v3.vuejs.org
https://v3.cn.vuejs.org
MIT License
951 stars 851 forks source link

Fix missing list key #894

Closed defool closed 2 years ago

defool commented 2 years ago

Description of Problem

Fix error:

[vue/require-v-for-key]
Elements in iteration expect to have 'v-bind:key' directives.

Proposed Solution

Additional Information