-
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
Cannot read property 'vuetifyLang' of undefined" #33
Comments
Привет, спасибо что используете мой пакет! Мне кажется вы не правильно поставили этот пакет. Убедитесь что у вас похожий код: import Vue from 'vue'
import { TiptapVuetifyPlugin } from 'tiptap-vuetify'
// стили
import 'tiptap-vuetify/dist/main.css'
// это должно быть первым
Vue.use(Vuetify)
// ПОСЛЕ Vue.use(Vuetify) !!!
Vue.use(TiptapVuetifyPlugin) Если не помогло, то не моглим бы вы скинуть свой код? (с |
Такая же беда после обновления vuetify до 2.0.5
|
Такая ошибка вылетает еще |
Проблема в том, что vuetify 2.0 недоступна как $vuetify во Vue. prototype |
@EnOane это не ошибка, а предупреждение. Оно тебе en язык поставило из-за того что не нашло языка в $vuetify. Если хочешь поменять язык, то можешь изменить |
@iliyaZelenko согласен, но с 2.0 vuetify так не сделаешь, потому что |
@EnOane в версии 2 кажется не убрали |
Вижу там не только в tiptapVuetifyPlugin нет vuetify, а ещё в самом Vue.prototype, хоть на первом скриншоте они оба есть. Не могу ничего точно сказать. Но даже если доку открыть, то там есть |
@idrys you use Vuetify 2? |
yes |
Hi, i'm facing the same issue too.
|
@JiaweiTan hi, what started to show new is a warning, not an error. For more confidence, I want to clarify, are you using vuetify 2? |
@iliyaZelenko Hi. Thanks for the quick reply. Yes, I am using vuetify 2. |
# [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
🎉 This issue has been resolved in version 2.0.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
I am using version 1 and Getting the error when running a jest test "TypeError: Cannot read property 'vuetifyLang' of undefined" |
Добрый день! Подскажите пожалуйста в чём может быть проблема? Cannot read property 'vuetifyLang' of undefined" ошибка в console
The text was updated successfully, but these errors were encountered: