feat: 调整 formkit.config.ts 中的插件顺序,优化 PInputText 组件的配置
All checks were successful
/ test (push) Successful in 26s
/ surge (push) Successful in 39s

This commit is contained in:
严浩
2024-11-25 12:09:56 +08:00
parent 7b5a8e6e41
commit a2e30f45e4

View File

@ -20,9 +20,10 @@ const config: FormKitOptions = {
// createProPlugin(apiKey, { toggle }), // createProPlugin(apiKey, { toggle }),
// createLibraryPlugin(fkLibrary), // createLibraryPlugin(fkLibrary),
createLibraryPlugin({ createLibraryPlugin({
form,
submit,
text, text,
submit,
// ==============================
form,
PInputText, PInputText,
}), }),
// createLibraryPlugin( // createLibraryPlugin(