Appearance
AtCronInput
沈孟平
最后更新于 2025-11-18 14:57:11
一个用第三方应付了许久的组件,终于决定自己写一个!
代码演示
基础示例
显示年份,初始值回显
API
TIP
AtCronInputProps 继承自 NaiveUI Input Props
AtCronInput Props
| 名称 | 类型 | 默认值 | 说明 | 版本 |
|---|---|---|---|---|
| value | null | string | null | 文本输入的值 | |
| popover-props | PopoverProps | undefined | NaiveUI Popover Props | |
| icon-btn-props | AtIconButtonProps | undefined | 触发按钮的属性 | |
| show-year | boolean | false | 是否显示年选择器 | |
| run-count | number | 6 | 测试运行次数 |