From ee86bed33ae539e0e01b47c75f9aefe9695794a9 Mon Sep 17 00:00:00 2001 From: Michael Mayer Date: Tue, 16 Jun 2020 13:19:51 +0200 Subject: [PATCH] GetTextPlugin: Set autoAddKeyAttributes to true Signed-off-by: Michael Mayer --- frontend/src/app.js | 1 + 1 file changed, 1 insertion(+) 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);