James Allan

Results 3 comments of James Allan
trafficstars

I have added ssl to my server name and nuxt3 was a blank page when using npm run dev. In nuxt config i did what @Diizzayy commented. ``` vite: {...

my items were not being rendered and after doing what you posted, it worked, thx: I used index instead ``` // DynamicScrollerItem :data-index="index" :index="index" ```