components icon indicating copy to clipboard operation
components copied to clipboard

doesn't work with nuxt4

Open aSchaffe opened this issue 6 months ago • 1 comments

It doesn't work with nuxt4 ...

aSchaffe avatar Aug 05 '25 15:08 aSchaffe

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,
    },
  },
})

mbgspcii avatar Aug 07 '25 09:08 mbgspcii