feat: 更新 README 和 App.vue,添加 FormKit 上下文链接,修改输入框标签及帮助文本
All checks were successful
/ surge (push) Successful in 36s
All checks were successful
/ surge (push) Successful in 36s
This commit is contained in:
@ -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')
|
||||
|
Reference in New Issue
Block a user