You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 22, 2024. It is now read-only.
In package.json I have this for i18n:report entry: "i18n:report": "vue-cli-service i18n:report --src \"./src/**/*.{js,vue}\" --locales \"./src/locales/**/*.json\""
I changed the value based on this #81 because I experienced the same problem.
So the #81 problem has gone, but here’s that problem now. (Works perfectly from terminal btw)
The text was updated successfully, but these errors were encountered:
System
Default value by vue cli
"i18n:report": "vue-cli-service i18n:report --src './src/**/*.?(js|vue)' --locales './src/locales/**/*.json'"
In vue ui, when I run i18n:report task, I have this output:
In package.json I have this for i18n:report entry:
"i18n:report": "vue-cli-service i18n:report --src \"./src/**/*.{js,vue}\" --locales \"./src/locales/**/*.json\""
I changed the value based on this #81 because I experienced the same problem.
So the #81 problem has gone, but here’s that problem now. (Works perfectly from terminal btw)
The text was updated successfully, but these errors were encountered: