Encountered while developing Vue project Duplicate keys detected: ’13’. This may cause an update error. This error will not affect the page display, but will always be printed on the console. As shown in the figure
Error reason: the key value set during V-for loop is not unique. As shown in the figure
Solution
The key that sets the V-for loop is unique. As shown in the figure