-
-
Notifications
You must be signed in to change notification settings - Fork 45
Description
Reporting a bug?
I got a weird behaviour when i add sometime a sub node into my json related to the languages.
The weirdest thing is that when i'm working in dev it's ok , this error only append with the build version.
In the screenshot below, if i remove the node "p" with ( v and z inside ) the error disapear.
Module versions (please complete the following information):
@intlify/vue-i18n-loader: 2.0.3vue-i18n: 9.0.0vue: ^3.0.11
End my structure.
Generated code with build
The "undefinediundefined" line is created into the build code.
If i remove the node "p" in my json i got this in source code
So in the line before $e.render = Me , undefinedundefined is not existing.
By the way thanks for your great work.
Comment.
It's seems that if i put my json file content into "https://jsonformatter.curiousconcept.com/" online tool and after i get the formatted result and i paste it into my json file it's working perfectly. Could be problem of indentation ?


