DennisMaass

Results 5 comments of DennisMaass

> Any news on this? > I am running in some kind of similar problem: When resizing the browser-window, the style:top property is calculated wrong (not 0 but -XXXpx) on...

I fixed it for clientside rendering with ``` Vue.use(VueMq, { breakpoints: { xs: 468, sm: 768, md: 1080, lg: Infinity }, defaultBreakpoint: "" }) ``` So the initial value is...

Unfortunately, I got the same error and was confused that it stopped working after the following closed issue https://github.com/OpenAPITools/openapi-generator/issues/15633 But afterwards I found out that the merge unfortunately only fixed...

Does somebody know a solution for that kind of problem?

Does somebody know a solution for that kind of problem? see also https://github.com/intlify/vue-i18n/issues/1754