hinesboy / mavonEditor

mavonEditor - A markdown editor based on Vue that supports a variety of personalized features
http://www.mavoneditor.com/
MIT License
6.38k stars 916 forks source link

this.p_external_link.hljs_lang is not a function #895

Closed crmdesenvolvimentos closed 1 month ago

crmdesenvolvimentos commented 1 month ago

Vue 3.4.19, Inertia 1.0.14 Vite 5.1.1. mavon-editor 3.0.1.

<mavon-editor language="pt-BR" v-model="form.content" previewBackground="white" />

It was working and started showing this error. How to get around this error?

Captura de tela_2024-05-17_10-48-17

crmdesenvolvimentos commented 1 month ago

I discovered the cause of the error, conflict with the php extension barryvdh/laravel-debugbar which also uses the highlightjs (hljs) library. I disabled the extension and it worked.