From c78b97f1a39419168a0e0b520e64bb3511de0ce8 Mon Sep 17 00:00:00 2001 From: AQian <970506352@qq.com> Date: Tue, 24 Dec 2024 16:33:18 +0800 Subject: [PATCH] fix: fix link to disable usage section in documentation --- docs/src/sections/SectionUsage.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/sections/SectionUsage.vue b/docs/src/sections/SectionUsage.vue index 912e8ac..11f467c 100644 --- a/docs/src/sections/SectionUsage.vue +++ b/docs/src/sections/SectionUsage.vue @@ -190,7 +190,7 @@ import IconQwik from "../components/IconQwik.vue" As an alternative to the v-auto-animate directive, Vue devs can use the useAutoAnimate composable. This composable supports all the same great features, but also provides a mechanism to - enable and disable animations. + enable and disable animations.

Import the composable from @formkit/auto-animate/vue (the