Skip to content

Commit 0fadd56

Browse files
Merge pull request #219 from AQian0/master
fix: fix link to disable usage section in documentation
2 parents 5ac2960 + c78b97f commit 0fadd56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/sections/SectionUsage.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ import IconQwik from "../components/IconQwik.vue"
190190
As an alternative to the <code>v-auto-animate</code> directive, Vue devs
191191
can use the <code>useAutoAnimate</code> composable. This composable
192192
supports all the same great features, but also provides a mechanism to
193-
<a href="usage-disable">enable and disable</a> animations.
193+
<a href="#usage-disable">enable and disable</a> animations.
194194
</p>
195195
<p>
196196
Import the composable from <code>@formkit/auto-animate/vue</code> (the

0 commit comments

Comments
 (0)