整理
All checks were successful
/ surge (push) Successful in 24s

This commit is contained in:
严浩
2024-11-20 15:08:43 +08:00
parent 0f4cccdc11
commit c499a92606
4 changed files with 51 additions and 20 deletions

View File

@ -8,5 +8,6 @@ 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(plugin, formKitConfig)
app.mount('#app')