Error in mounted hook: "The renderer Content is not found"

Hello,

I am trying to use this component but when I use your code exemple I always get the same error:

Error in mounted hook: "The renderer Content is not found".

I tried with this exemple: https://ej2.syncfusion.com/vue/demos/#/bootstrap5/rich-text-editor/tools.html
I also tried with the getting started exemples: https://ej2.syncfusion.com/vue/documentation/rich-text-editor/getting-started/

If someone has an idea of what's happening... 
Thank you


3 Replies

IS Indrajith Srinivasan Syncfusion Team December 16, 2021 07:10 AM UTC

Hi Thisbaut,


Greetings from Syncfusion support,


The reported issue occurs if the HtmlEditor plugin, is not imported for the Rich Text Editor. Check the below documentation code block example, in which the modules are imported.


 

import { RichTextEditorPlugin, Toolbar, Link, Image, HtmlEditor, Table } from "@syncfusion/ej2-vue-richtexteditor";

 

provide: { richtexteditor: [Toolbar, Link, Image, HtmlEditor, Table] }

 


Sample: https://codesandbox.io/s/vue-template-forked-inwid?file=/src/App.vue


Documentation: https://ej2.syncfusion.com/vue/documentation/rich-text-editor/getting-started/#adding-rich-text-editor-component


Please get back to us if you face any difficulties,


Regards,

Indrajith



TG Thisbaut Gobert December 16, 2021 08:48 AM UTC

Hello,

Thanks for your answer but it wasn't the problem.
I finally made it working, I think the problem came from this dependencie:
"vue-class-component": "^8.0.0-rc.1" I deleted my node_modules, deleted package.lock.json. After that I was unable to build with npm... After yarn upgrade it's working...



PO Prince Oliver Syncfusion Team December 17, 2021 04:27 AM UTC

Hi Thisbaut, 

Most Welcome, we are glad that the issue is resolved in your end.  

Regards, 
Prince 


Loader.
Up arrow icon