Replies: 1 comment
-
Any updates on this? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I am using the Quasar boilerplate to get started with an app. It compiles well but I cannot figure out how to use json files in
src\i18n
instead of js files. Even adding a json file to the directory causes this error:[plugin:vite-plugin-vue-i18n] Cannot read properties of undefined (reading 'message')
I have this set
`
vitePlugins: [
['@intlify/vite-plugin-vue-i18n', {
// if you want to use Vue I18n Legacy API, you need to set 'compositionOnly: false'
// compositionOnly: false,
`
Has anyone run into this and are you able to offer any solutions please?
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions