报错this.$MathLive.makeMathField is not a function 这个问题解决了吗
this.$MathLive.makeMathField 不是一个函数 ,打印 一下this看看 ,可能是是this 指向问题,可能是写错方法名了
this.$MathLive.makeMathField你这个是获取什么呢;是根据ref获取dom?
报错信息是this.$MathLive.makeMathField 不是一个函数 ,如果你是引用其他插件的话,建议看一下资源有没有引用;
如果是定义的ref 获取那就是
this.$refs.MathLive.makeMathField