diff --git a/frontend/src/app.js b/frontend/src/app.js index 8fbd4c5d3..147491e82 100644 --- a/frontend/src/app.js +++ b/frontend/src/app.js @@ -55,6 +55,7 @@ Vue.use(GetTextPlugin, { translations: config.translations, silent: true, // !config.values.debug, defaultLanguage: Vue.config.language, + autoAddKeyAttributes: true, }); Vue.use(VueLuxon);