vue-mathjax icon indicating copy to clipboard operation
vue-mathjax copied to clipboard

如果没有效果可以看看是不是因为没有做第二步

Open MiaoAA-Hello opened this issue 1 year ago • 0 comments

1、 npm install --save vue-mathjax

2、 index.html 的header导入

3、 组件内 import {VueMathjax} from 'vue-mathjax' export default { ... components: { 'vue-mathjax': VueMathjax }, ...

MiaoAA-Hello avatar Jan 08 '25 16:01 MiaoAA-Hello