feat: 在 formkit.config.fkLibrary.ts 中添加 Unocss 文档链接
All checks were successful
/ test (push) Successful in 15s
All checks were successful
/ test (push) Successful in 15s
This commit is contained in:
@ -1,4 +1,6 @@
|
||||
import { checkbox, form, group, list, number, range, submit, text, textarea } from '@formkit/inputs'
|
||||
|
||||
// https://unocss.dev/presets/wind#differences-from-tailwind-css
|
||||
|
||||
export const fkLibrary = { text, form, submit, group, checkbox, range, list, number, textarea, }
|
||||
console.debug(`range :>> `, range);
|
Reference in New Issue
Block a user