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
In NuxtJS, using the HTML class presets turns up a window.lax is undefined error no matter how hard I try to make sure my plugin encapsulation of this library is actually client-side, which I definitely spent the better part of a day hitting my head against the wall over. But the lax.addElements() version of this library works fine in Nuxt so far. My guess is that the presets will probably break similarly in Vue, but I haven't tested that.
Here's my Codesandbox link. The index page uses lax.addElements() and works, the about page uses HTML classes and breaks.
The text was updated successfully, but these errors were encountered:
In NuxtJS, using the HTML class presets turns up a
window.lax is undefined
error no matter how hard I try to make sure my plugin encapsulation of this library is actually client-side, which I definitely spent the better part of a day hitting my head against the wall over. But thelax.addElements()
version of this library works fine in Nuxt so far. My guess is that the presets will probably break similarly in Vue, but I haven't tested that.Here's my Codesandbox link. The index page uses
lax.addElements()
and works, the about page uses HTML classes and breaks.The text was updated successfully, but these errors were encountered: