This repository has been archived by the owner on Jul 16, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 208
Unexpected data while processing vue-i18n:generate #97
Labels
Comments
How does your vue-i18n:generate config look? vue-i18n:generate should not be processing your models. |
I am having the same issue and I am using the default configuration file (only switched vue-i18n to vuex-i18n), the config file contains:
|
I got the same issue, and I figured it out. This is NOT a bug. Btw, thank Martin for the plugin. Root cause: config was not loaded into cache, thus, the Generator look up into the App folder. Solution: just run |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I have a Laravel 6 Porject with very easy Models. But the generation stops because of a model with:
Why is stoping at a model when it points to 'resources/lang' folder?
The text was updated successfully, but these errors were encountered: