motion icon indicating copy to clipboard operation
motion copied to clipboard

Nuxt3 composables are not auto imported across all vueuse/motion APIs

Open mendrinos opened this issue 2 years ago • 3 comments

Screenshot 2022-10-04 at 11 50 46 AM

mendrinos avatar Oct 04 '22 03:10 mendrinos

Original comment in https://github.com/vueuse/motion/issues/86#issuecomment-1263512800

I tested the composables declared here:

  • reactiveStyle Not found
  • reactiveTransform Not found
  • useElementStyle Ok
  • useElementTransform Ok
  • useMotion Ok
  • useMotionControls Not found
  • useMotionProperties Ok
  • useMotions Not found
  • useMotionTransitions Not found
  • useMotionVariants Ok
  • useSpring Ok
  • useReducedMotion Not found

Redemption198 avatar Oct 04 '22 12:10 Redemption198

@antfu would this be a quick fix? it's totally blocking me from using vueuse/motion under NuxtJS.

mendrinos avatar Oct 10 '22 09:10 mendrinos

I'm unable to reproduce this using the latest versions of Nuxt and @vueuse/motion (I know this issue is old). Seems like this can be closed as the issue has been resolved. (same for #86)

BobbieGoede avatar Feb 22 '24 23:02 BobbieGoede