vueuse / motion

🤹 Vue Composables putting your components in motion
https://motion.vueuse.org
MIT License
2.27k stars 79 forks source link

Type error with array value in VueUse Motion directive in Nuxt #137

Closed 0fatihyildiz closed 7 months ago

0fatihyildiz commented 1 year ago

image

I'm writing a directive with VueUse Motion in Nuxt. Although it has support for arrays, I'm getting a type error in the array part. Do I need to use another method, or is this an error on my part? Because it seems to be working.