-
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
Problems registering Vuetify components in Nuxt (VuetifyLoaderPlugin) #18
Comments
Thank you very much for finding the problem and showing how to fix it, it is very useful. It seems I added this problem in the I think I have an idea how to solve this issue at the level of the package itself. Most likely in the future version this error will not occur. I am also glad that you have no other problems when using this package with Nuxt.js and TypeScript. Thank you again. |
# [2.0.0](v1.7.0...v2.0.0) (2019-10-06) ### Features * architecture changes ([14b6604](14b6604)) * rewrite plugin, dependency update, small refactor ([f0a5d06](f0a5d06)) * **eslint:** rollback versions for ESLint's tools until they solve the problems with the Vue ([e0a29ef](e0a29ef)) * **extensions, i18n, icons:** rewrite extensions for a new look, news i18n for links, fix icons ([42cdc13](42cdc13)) * **vuetify 2:** rewrote the components for the Vuetify 2. Also other minor changes ([7ac50f3](7ac50f3)), closes [#33](#33) [#29](#29) [#43](#43) [#21](#21) [#18](#18) ### BREAKING CHANGES * Vuetify version, accces to vuetify via required property in options * extensions are now used differently
Hi, I had problems registering Vuetify components in a bunch of Nuxt ( TypeScript ) + Vuetify ( VuetifyLoaderPlugin ). I was able to solve this, but I'm not sure that this is the easy way. For the most part, this post may be a hint, not a problem, please add this or your method to the documentation. My solution is to re-enforce the registration of some Vuetify components.
Error Example:
Solution:
The text was updated successfully, but these errors were encountered: