intlify/vue-i18n

Property '$t' does not not exist

schuhbsi opened this issue · 1 comments

Reporting a bug?

Since the new version of vue-i18n to 9.14.0 I get the following error:

Expected behavior

On Friday morning on 16.08.2024 everything still worked when I did an npm run build on the project. I was still using version “9.13.1”. Since Monday 19.08.2024 I get an error here. I would have hoped that everything would stay the same with the new version

Reproduction

If you change to version “vue-i18n”: “9.14.0” in your package.json, an error appears for the variable “$t” after you have executed the “npm i” command and then want to build the project with the command “npm run build”.

System Info

using following systems:

"vue": "^3.4.21"
"vuetify": "^3.5.11"
...

Screenshot

image

Additional context

No response

Validations

Thank you for reporting!

This issue duplicate with issue #1919 (comment)

you issue might be caused by your dependencies.
See details,
#1919 (comment)

Thanks!