From c9c4d523c18d4f123575741f34ceee319bff42b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=A5=E6=B5=A9?= Date: Wed, 20 Nov 2024 16:01:06 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=9B=B4=E6=96=B0=20main.ts=EF=BC=8C?= =?UTF-8?q?=E8=B0=83=E6=95=B4=20autoAnimate=20=E6=8F=92=E4=BB=B6=E7=9A=84?= =?UTF-8?q?=E6=8C=81=E7=BB=AD=E6=97=B6=E9=97=B4=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.ts b/src/main.ts index f805770..8c957e7 100644 --- a/src/main.ts +++ b/src/main.ts @@ -7,7 +7,7 @@ import App from './App.vue' const app = createApp(App) // https://github.dev/formkit/auto-animate/blob/master/docs/src/examples/formkit/ActualFormKit.vue -app.use(autoAnimatePlugin) // v-auto-animate +app.use(autoAnimatePlugin) // v-auto-animate="{ duration: 100 }" app.use(plugin, formKitConfig) app.mount('#app')