You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Uncaught SyntaxError: The requested module '/node_modules/.pnpm/[email protected]/node_modules/vue-mathjax-next/lib/index.js?v=38b67c8a' does not provide an export named 'default'
出现上述报错,当我使用如下方式引入时:
import VueMathjax from 'vue-mathjax-next'
app.user(VueMathjax)
请问如何解决?
The text was updated successfully, but these errors were encountered:
Uncaught SyntaxError: The requested module '/node_modules/.pnpm/[email protected]/node_modules/vue-mathjax-next/lib/index.js?v=38b67c8a' does not provide an export named 'default'
出现上述报错,当我使用如下方式引入时:
import VueMathjax from 'vue-mathjax-next'
app.user(VueMathjax)
请问如何解决?
The text was updated successfully, but these errors were encountered: