mirror of https://github.com/ElemeFE/element
doc: fix time-select typo (#17250)
parent
45cb58aafa
commit
b9eacfeb9b
|
@ -6,7 +6,7 @@
|
||||||
|
|
||||||
提供几个固定的时间点供用户选择
|
提供几个固定的时间点供用户选择
|
||||||
|
|
||||||
:::demo 使用 el-time-select 标签,分别通过`star`、`end`和`step`指定可选的起始时间、结束时间和步长
|
:::demo 使用 el-time-select 标签,分别通过`start`、`end`和`step`指定可选的起始时间、结束时间和步长
|
||||||
```html
|
```html
|
||||||
<el-time-select
|
<el-time-select
|
||||||
v-model="value"
|
v-model="value"
|
||||||
|
|
Loading…
Reference in New Issue