Amir Safari
Amir Safari
How can I deploy on Vue js 3 in Nuxt.js?
NullReferenceException: Object reference not set to an instance of an object Mopsicus.InfiniteScroll.InfiniteScroll.CalcSizesPositionsVertical (System.Int32 count) (at Assets/Scripts/InfiniteScroll.cs:698) what causes this error ? OnHeight is defined in my script using the infinitescroll.cs
this is my nuxt color mode config in nuxt.config.ts: ` colorMode: { classSuffix: '', preference: 'light', fallback: 'light', },` its starting always by default dark mode. how Can i fix...