mirror of
https://github.com/vuejs/vue-cli.git
synced 2026-03-15 22:05:22 -05:00
fix(suggestions): refresh list when locale changes
This commit is contained in:
@@ -41,7 +41,7 @@
|
||||
<transition-group name="suggestion" class="suggestions">
|
||||
<SuggestionBarItem
|
||||
v-for="suggestion of withBuiltins(data.suggestions)"
|
||||
:key="suggestion.id"
|
||||
:key="`${$i18n.locale}:${suggestion.id}`"
|
||||
:suggestion="suggestion"
|
||||
/>
|
||||
</transition-group>
|
||||
|
||||
Reference in New Issue
Block a user