-
Notifications
You must be signed in to change notification settings - Fork 126
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Vue.prototype.$vuetify is undefined in src/i18n/index.ts #5
Comments
Here is maybe some help for reproduction:
Then switch to the directory
|
The errors look rather strange and seem to have nothing to do with my code. I will work on it. I tried without vue cli and worked with your code. But I will definitely try to create project with vue cli. I think in the near future will fix it. |
I have released a new version, I hope this error no longer exists. |
Hey @iliyaZelenko, after trying your fix for #1. I've encountered the next error:
For me
Vue.prototype.$vuetify
is undefined although I am using vuetify in my project.It's being used in the getCurrentLang method in src/i18n/index.ts.
Maybe I'm doing something wrong?
I've attempted a fix (see my pull request #6). However, afterwards there are even more problems:
and
and
and
and
and so on for all used vuetify elements (v-icon, v-card, v-toolbar).
It's all warnings, but actually the editor does not work for me and the vuetify elements are not shown.
It looks like the following:
Thanks for your help :)
The text was updated successfully, but these errors were encountered: