lukaszflorczak / vue-agile

🎠 A carousel component for Vue.js
https://lukaszflorczak.github.io/vue-agile/
MIT License
1.49k stars 168 forks source link

Nuxt 3 support #238

Open sunny-repo88 opened 2 years ago

sunny-repo88 commented 2 years ago

Is this package supported in Nuxt3?

jesutobi commented 2 years ago
lukaszflorczak commented 2 years ago

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[bot] commented 2 years ago

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.

micbra commented 2 years ago

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

TangsWang commented 2 years ago

@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 commented 2 years ago

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 commented 2 years ago

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

i use nuxt3 rc.

lukaszflorczak commented 2 years ago

Could you add reproduction on stackblitz?

Rennola commented 2 years ago

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

EmilyFlocc commented 1 year ago

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

yesworld commented 1 year ago

Any news?

GuillaumeDgr commented 1 year ago

Hi, any update on this? Many thanks!

Botz commented 1 year ago

Any updates? Or have someone found an alternative?

proalaa commented 1 year ago

Hi, Is there any updates here,