Skip to content

Commit

Permalink
Closes #90
Browse files Browse the repository at this point in the history
  • Loading branch information
justin-schroeder committed Sep 5, 2023
1 parent 5d7f7c4 commit b1231a2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/src/sections/SectionUsage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,10 @@ import IconQwik from "../components/IconQwik.vue"
<code>@formkit/auto-animate/vue</code> and register it with your Vue app:
</p>
<CodeExample :examples="vueDirectiveMain" title="main" />
<AsideTip>
If you prefer to not register the Vue directive globally, you can import
it directly into the component where you want to use it <code>import { vAutoAnimate } from '@formkit/auto-animate'</code>.
</AsideTip>
<p>
Once you’ve registered the plugin, it can be applied anywhere in your
application by adding the <code>v-auto-animate</code> directive to the
Expand Down

1 comment on commit b1231a2

@vercel
Copy link

@vercel vercel bot commented on b1231a2 Sep 5, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.