Hi, I make a simple vue component into components folder of nuxt that use pixi js for some graphics effect. I used this component into default.vue layout and for now all ok. But now when i Split code in some simple es6 class that extends pixi.js class when i use One of this into my vue component receive Cannot read property middlewere of undefined, i think Is a sometjing similari to ssr problem becouse pixi use dom, but my component Is wrapper by a nossr tag and into my nuxt.config.js Is set ssr false for pixi.js module
Witch Is my mistake?
<!--cmty--><!--cmty_prevent_hook--><div align="right"><sub><em>This question is available on <a href="https://nuxtjs.cmty.io">Nuxt.js</a> community (<a href="https://nuxtjs.cmty.io/nuxt/nuxt.js/issues/c2104">#c2104</a>)</em></sub></div>