iliyaZelenko / tiptap-vuetify

Vuetify editor. Component simplifies integration tiptap editor with vuetify.
https://iliyazelenko.github.io/tiptap-vuetify-demo/
800 stars 127 forks source link

tiptap cannot read vuetifyLang property #338

Closed ZarkhanNaro closed 2 years ago

ZarkhanNaro commented 2 years ago

I'm trying to use titap inside a v-dialog but it shows this error:

1BAeu

I've already tried to manually add language to the vuetify object but it didn't change anything. Here is my code:

Vuetify and tiptap declaration:

https://drive.google.com/file/d/1fnFAwwcUlV3b9J-EaSyZlUNYWGoJU1cV/view?usp=sharing

The component:

https://drive.google.com/file/d/1832hwzHOPUGGgmKhx46PXdEkcuvM7XF8/view?usp=sharing

(sorry about the links but code preview didn't work)

I don't even understand where does it come from. Does anyone know what this issue is about ?