n4ks
n4ks
Hi, can i jsonify 'disabled' inputs? :)
If someone encountered a similar problem with Nuxt, then I was able to fix it by changing: this `url('~/static/images/fileName.svg)` to this `url('/images/fileName.svg)`
> I found a diagram that suggested that the `nuxtServerInit` action in Vuex is the earliest step of the lifecycle, so I tried it in there, to no avail. At...
same, my v-if / v-else doesn't work with refreshOnResize option
> > The option is the solution for a problem mentioned in the following issue. [#60 (comment)](https://github.com/nuxt-community/device-module/issues/60#issuecomment-785826433) > > hi, i saw this problem and read the comments. But the...
Same problem for a long time