vinku
vinku
NNuxt
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
NNuxt
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
NNuxt
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