Skip to content

Commit

Permalink
doc: fix time-select typo (ElemeFE#17250)
Browse files Browse the repository at this point in the history
  • Loading branch information
wacky6 authored and lzq4047 committed May 22, 2020
1 parent 02be1f6 commit 72bf0d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/docs/zh-CN/time-picker.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 72bf0d0

Please sign in to comment.