mirror of
https://github.com/ElemeFE/element.git
synced 2025-12-13 11:34:02 +08:00
doc: fix time-select typo (#17250)
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
|
||||
提供几个固定的时间点供用户选择
|
||||
|
||||
:::demo 使用 el-time-select 标签,分别通过`star`、`end`和`step`指定可选的起始时间、结束时间和步长
|
||||
:::demo 使用 el-time-select 标签,分别通过`start`、`end`和`step`指定可选的起始时间、结束时间和步长
|
||||
```html
|
||||
<el-time-select
|
||||
v-model="value"
|
||||
|
||||
Reference in New Issue
Block a user