leerobert / nuxt-mathlive

Example of mathlive implemented within nuxtjs
2 stars 0 forks source link

Showing error on fresh project #4

Open ITDeveloperDotUz opened 4 years ago

ITDeveloperDotUz commented 4 years ago

It is showing Cannot read property '0' of undefined error TypeError: Cannot read property '0' of undefined at new Ms (vendors.app.js:1837) at Object.makeMathField (vendors.app.js:1837) at VueComponent.<anonymous> (vendors.app.js:1851) at Array.<anonymous> (commons.app.js:11525) at flushCallbacks (commons.app.js:11451)

leerobert commented 3 years ago

I don't know if you fixed this yet but I fixed it by adding

import 'mathlive/dist/mathlive-static.css'

into the ~/plugins/mathlive.js.

This is with mathlive version 0.59