Using richeditor inside customer backend component

I’ve created a backend view that renders a vue kanban board.

Is it possible for me to use to October richeditor inside thisvue component?

I tried using $('#description-input').richEditor() inside the vue onMounted function - but i’m getting an error that richEditor is not a function.

Anyone have any idea on how I could achieve this? :slight_smile:

Hey @ncarps

You’ll need to load the rich editor’s JS assets first and it should work. They are only
injected when a rich editor is used.