n0pr

Results 4 comments of n0pr

hi there! SSR would still be killer feature ;) thnx

using nuxt 2.8.0 and vue-infinite-loading 2.4.4 getting errors: TypeError: Cannot read property '_infiniteScrollHeight' of null and TypeError: Cannot read property 'tagName' of null

> > using nuxt 2.8.0 and vue-infinite-loading 2.4.4 getting errors: > > TypeError: Cannot read property '_infiniteScrollHeight' of null > > and > > TypeError: Cannot read property 'tagName' of...

Would it be possible to configure merging of data files from base layer? For example: base layer: ` // file: /locales/en.json: { "validations":{ "_default": "{field} is not valid" } }...