feat: 更新 README 和 App.vue,添加 FormKit 上下文链接,修改输入框标签及帮助文本
All checks were successful
/ surge (push) Successful in 36s

This commit is contained in:
严浩
2024-11-19 18:22:37 +08:00
parent 18cef2e411
commit 72397d5bd9
3 changed files with 18 additions and 5 deletions

View File

@ -7,6 +7,6 @@ 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)
app.use(autoAnimatePlugin) // v-auto-animate
app.use(plugin, formKitConfig)
app.mount('#app')