Skip to content
This repository has been archived by the owner on Feb 24, 2023. It is now read-only.

Nuxt 3 support #238

Open
sunny-repo88 opened this issue Mar 6, 2022 · 14 comments
Open

Nuxt 3 support #238

sunny-repo88 opened this issue Mar 6, 2022 · 14 comments
Labels

Comments

@sunny-repo88
Copy link

Is this package supported in Nuxt3?

@jesutobi
Copy link

jesutobi commented Mar 26, 2022

    • I was just about to ask this to... Been seeing several packages, but there is always an issue with nuxt

@lukaszflorczak
Copy link
Owner

I'm working with Nuxt 3 from the first public beta, but I haven't checked yet 🙈. I will definitely test it, but probable I'll wait for the first RC version.

@stale
Copy link

stale bot commented Apr 16, 2022

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the no answer label Apr 16, 2022
@micbra
Copy link

micbra commented Apr 27, 2022

Hey @lukaszflorczak, Nuxt just released their first RC for version 3. Will you check if your package can be made compatible with it? :)

@stale stale bot removed the no answer label Apr 27, 2022
@TangsWang
Copy link

TangsWang commented Apr 28, 2022

@micbra
i've done with RC. but only a simple example.
① plugins/agile.ts
import { defineNuxtPlugin } from '#app'
import VueAgile from 'vue-agile'

export default defineNuxtPlugin(nuxtApp => {
nuxtApp.vueApp.use(VueAgile)
})
② nuxt.config.ts
build: {
transpile: ['vue-agile'],
},
vite: {
optimizeDeps: {
include: ['lodash.orderby', 'lodash.throttle'],
},
},
③ in page

...

it seems has some problems with ssr。 but that's ok。

@lukaszflorczak
Copy link
Owner

Hey @lukaszflorczak, Nuxt just released their first RC for version 3. Will you check if your package can be made compatible with it? :)

Not yet 😔 But I plan to spend some time in May to update the component, check other issues etc.

@TangsWang
Copy link

图片
it is ok.
but when i route to other page and back. it's wrong.
图片
@lukaszflorczak any suggestions?

i use nuxt3 rc.

@lukaszflorczak
Copy link
Owner

Could you add reproduction on stackblitz?

@Rennola
Copy link

Rennola commented May 4, 2022

Hey @TangsWang! Im trying to use it with Nuxt3 and ssr, did you managed to do it?

@EmilyFlocc
Copy link

Any updates on this? Is it working for 3.0.0rc-8?

@yesworld
Copy link

Any news?

@GuillaumeDgr
Copy link

Hi, any update on this? Many thanks!

@Botz
Copy link

Botz commented Jan 8, 2023

Any updates? Or have someone found an alternative?

@proalaa
Copy link

proalaa commented Feb 12, 2023

Hi, Is there any updates here,

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests