vueuse / motion

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

directives does not auto complete on IDE #223

Open stephenjason89 opened 3 weeks ago

stephenjason89 commented 3 weeks ago

System info

Reproduction

image

Describe the bug

directives are not being detected by IDE auto complete

Additional context

No response

Logs

No response

AhmetOzdemir34 commented 4 days ago

Due to differences in IDEs, you might be encountering this issue. When I tested it on VSCode, automatic completion did not work for v-motion and other directives starting with v-motion, but I did not receive a warning saying "unrecognized vue directive." However, automatic completion worked for other directives such as initial, visible-once, enter, etc.