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?