[Vuejs]-MathJax v3 can only typeset using setTimeout in Vue

0👍

as what you said, I don’t know what this function does

mathjax.typeset()

but may be you use the app.$data in your method, it may cause problem
another way, you may can try nextTick
nexttick

Leave a comment