feat: 更新 main.ts,调整 autoAnimate 插件的持续时间配置
All checks were successful
/ surge (push) Successful in 22s
All checks were successful
/ surge (push) Successful in 22s
This commit is contained in:
@ -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')
|
||||
|
Reference in New Issue
Block a user