Leecason / element-tiptap

🌸A modern WYSIWYG rich-text editor using tiptap and Element UI for Vue3 (1.0 for Vue2)
https://element-tiptap.vercel.app/
MIT License
1.35k stars 166 forks source link

Console warnings and errors #476

Open eliasassuncao opened 11 months ago

eliasassuncao commented 11 months ago

I'm having some problems installing a library, apparently the editor works correctly, but there are many warnings and some errors.

example: https://codesandbox.io/s/laughing-fire-s6fws5?file=/src/App.vue

image image image

Mode of use: it is a partial import according to the documentation, but changing from el-tiptap to element-tiptap as I believe it was an error in the documentation, as the name of the component used must be the same as the imported one.

Versions:

Desktop:

jbhaywood commented 10 months ago

I'm seeing the same warnings and errors. I wanted to try this out because it sounds like exactly what I'm looking for, but I wonder if it's even being maintained anymore. The fact that the installation instructions are wrong (see #475) make me very hesitant to go forward with it, although maybe I can mine it for help with creating my own Tiptap extensions.

Halorv commented 3 months ago

I'm seeing the same warnings and errors. I wanted to try this out because it sounds like exactly what I'm looking for, but I wonder if it's even being maintained anymore. The fact that the installation instructions are wrong (see #475) make me very hesitant to go forward with it, although maybe I can mine it for help with creating my own Tiptap extensions.

You can try this updated version: element-tiptap-vue3-fixed