code-farmer-i / vue-markdown-editor

A markdown editor built on Vue

Home Page:https://code-farmer-i.github.io/vue-markdown-editor/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vue2 引入了Katex 插件 但是不起作用

18237966658 opened this issue · comments

image
我在 main.js中引入了 公式插件但是并没有起到作用,请问是哪里的问题?
import createKatexPlugin from '@kangc/v-md-editor/lib/plugins/katex/cdn';
VMdEditor.use(createKatexPlugin());

Vue.use(VMdEditor);

image

忘了,要在 public->index.html 加入

<script src="https://cdn.jsdelivr.net/npm/katex@0.11.1/dist/katex.min.js"></script>

这个插件可以显示echarts图表么?我试了一下不能正确显示