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')