Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing documentation for importing the Vue directive locally. #90

Closed
mattmaribojoc opened this issue Sep 28, 2022 · 0 comments
Closed

Comments

@mattmaribojoc
Copy link

Ran into a use-case where I'm building an Astro + Vue app and want to use the v-auto-animate directive, but don't have a Vue app where I can globally install the plugin.

Did some digging and found that the directive can be imported locally.

<script setup>
import { vAutoAnimate } from '@formkit/auto-animate'
</script>

Not 100% sure if this is a popular enough use-case to be documented, but thought I'd mention it.

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

No branches or pull requests

1 participant