GetTextPlugin: Set autoAddKeyAttributes to true
Signed-off-by: Michael Mayer <michael@liquidbytes.net>
This commit is contained in:
parent
e73fafcac0
commit
ee86bed33a
1 changed files with 1 additions and 0 deletions
|
@ -55,6 +55,7 @@ Vue.use(GetTextPlugin, {
|
|||
translations: config.translations,
|
||||
silent: true, // !config.values.debug,
|
||||
defaultLanguage: Vue.config.language,
|
||||
autoAddKeyAttributes: true,
|
||||
});
|
||||
|
||||
Vue.use(VueLuxon);
|
||||
|
|
Loading…
Reference in a new issue