Answer Overflow Logo
Change Theme
Search Answer Overflow
GitHub
Add Your Server
Login
Home
Popular
Topics
Gaming
Programming
vinku
Posts
Comments
N
Nuxt
•
Created by djmtype on 2/24/2023 in
#❓・help
Nuxt Image and Netlify issues in SSG
did u use provider="static" ? .. i think it expect static folder, not public, like in nuxt3 .. it's probably WIP still 😉
17 replies
N
Nuxt
•
Created by Sam K on 12/21/2022 in
#❓・help
Typescript complains about props not being used in the template if not used as props.theprop
const props = defineProps<{ foo: string bar?: number }>()
maybe this better example , define props like this
5 replies
N
Nuxt
•
Created by Sam K on 12/21/2022 in
#❓・help
Typescript complains about props not being used in the template if not used as props.theprop
You are using typescript as script lang, but not defining props with typescript. defineProps<{something: somethingInterface;}>();
5 replies