We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e6622f commit c5ac93eCopy full SHA for c5ac93e
packages/@vue/cli-ui/src/components/SuggestionBar.vue
@@ -41,7 +41,7 @@
41
<transition-group name="suggestion" class="suggestions">
42
<SuggestionBarItem
43
v-for="suggestion of withBuiltins(data.suggestions)"
44
- :key="suggestion.id"
+ :key="`${$i18n.locale}:${suggestion.id}`"
45
:suggestion="suggestion"
46
/>
47
</transition-group>
0 commit comments