no message
Former-commit-id: a0c0728527719f8b17f57d21b1272dac8eb84a28 [formerly a0c0728527719f8b17f57d21b1272dac8eb84a28 [formerly a0c0728527719f8b17f57d21b1272dac8eb84a28 [formerly a0c0728527719f8b17f57d21b1272dac8eb84a28 [formerly e4942e02601f72b1fa9fb12d55cefc411172684d [formerly 9cd728219dde5a1999cb4e0819f2736676de5fbd]]]]] Former-commit-id: f61b0a8c5dd7cb7f2d57cd61229dc441ab4713ba Former-commit-id: ca292c0a1308e70474b6cbc1c962d70365dcff85 Former-commit-id: 37dfdd44bdbf252ccb7e963dc4ba2f71fdb28773 [formerly 68311a8c655e257c5e691fb11331e9d989040797] Former-commit-id: 3d0f7c675b8719a4d702f5a17b66142672e36c1c Former-commit-id: 48a2a1a96d9781a312308fa02debb13ff8c6d1d1 Former-commit-id: 15a2dee9d035beb02e92ee028c373e2573621b45 Former-commit-id: c9f57159d76e30f81ae08bc4e3a6dec252c78d21 Former-commit-id: 9e1f868fb2ac6b2f87b93b006afb29b34f9d6f5f
This commit is contained in:
@@ -150,7 +150,17 @@ const demoElement = {
|
||||
{ path: `${pre}form-input`, title: '输入框' },
|
||||
{ path: `${pre}form-input-number`, title: '计数器' },
|
||||
{ path: `${pre}form-select`, title: '选择器' },
|
||||
{ path: `${pre}form-cascader`, title: '级联选择器' }
|
||||
{ path: `${pre}form-cascader`, title: '级联选择器' },
|
||||
{ path: `${pre}form-switch`, title: '开关' },
|
||||
{ path: `${pre}form-slider`, title: '滑块' },
|
||||
{ path: `${pre}form-time-picker`, title: '时间选择器' },
|
||||
{ path: `${pre}form-date-picker`, title: '日期选择器' },
|
||||
{ path: `${pre}form-datetime-picker`, title: '日期时间选择器' },
|
||||
{ path: `${pre}form-upload`, title: '上传' },
|
||||
{ path: `${pre}form-rate`, title: '评分' },
|
||||
{ path: `${pre}form-color-picker`, title: '颜色选择器' },
|
||||
{ path: `${pre}form-transfer`, title: '穿梭框' },
|
||||
{ path: `${pre}form-form`, title: '表单' }
|
||||
]
|
||||
}
|
||||
])('/demo/element/')
|
||||
|
||||
Reference in New Issue
Block a user