components
components copied to clipboard
doesn't work with nuxt4
It doesn't work with nuxt4 ...
Hi @aSchaffe
Thank you for opening an issue.
We haven't developed a specific module for Nuxt 4 yet, but the Nuxt 3 module works correctly in our test projects.
Could you please provide more details about the issue you're encountering?
Here is the nuxt.config.ts file used in our tests:
export default defineNuxtConfig({
compatibilityDate: '2025-07-15',
devtools: { enabled: true },
modules: ['@twicpics/components/nuxt3'],
twicpics: {
domain: 'https://demo.twic.pics',
anticipation: 0.5,
step: 50,
env: 'production',
breakpoints: {
md: 666,
'2xl': 4000,
},
},
})