Lean
"Failed to parse static properties from plugin xxx" after installing @prisma/nuxt
yeah its something to do with the @prisma/nuxt module, removed it, installed regular prisma and now it both runs fine and also builds fine. Just wanted to go the module route because it felt more integrated and stuff
8 replies
Adding Vuetify 3 to a Nuxt 3 project
Another thing i havent quite grasped yet is, in Nuxt 2 for example, id grab my data in the mounted or created methods(?), how do i do it before the actual page load in Nuxt 3 ? Previously i was grabbing the data from my express api, but im guessing theres no need to create a seperate API in this case is there ? i can just use the built in server
39 replies