feat: 更新 main.ts,调整 autoAnimate 插件的持续时间配置
All checks were successful
/ surge (push) Successful in 22s

This commit is contained in:
严浩
2024-11-20 16:01:06 +08:00
parent c499a92606
commit c9c4d523c1

View File

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