Niza
Niza
NNuxt
Created by Niza on 5/3/2024 in #❓・help
Manipulate Row Values in a Nuxt UI's UTable
No description
11 replies
NNuxt
Created by Niza on 4/26/2024 in #❓・help
Typescript Function & Method calls bring 500 error
Hi, I've noticed basic typescript methods don't work in nuxt. For example
appointments.filter(appointment => appointment.date.getTime() > currentTime.value.getTime());
appointments.filter(appointment => appointment.date.getTime() > currentTime.value.getTime());
I get the following error:
[nuxt] [request error] [unhandled] [500] Cannot read properties of undefined (reading 'filter')
[nuxt] [request error] [unhandled] [500] Cannot read properties of undefined (reading 'filter')
This is just one of the many methods and function calls (such as JSON.parse etc). Could anyone help me understand what I'm doing wrong?
11 replies
NNuxt
Created by Niza on 4/11/2024 in #❓・help
How do I add a company logo on Horizontal NavBar (Nuxt UI)
No description
4 replies
NNuxt
Created by Niza on 4/11/2024 in #❓・help
Nuxt-Mongoose
My ./server/api/users/index.get.ts file
6 replies