Skip to content

Commit

Permalink
docs: fix typo (#2170)
Browse files Browse the repository at this point in the history
  • Loading branch information
jessynt authored and PanJiaChen committed May 28, 2019
1 parent a0793db commit 8e9f2e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/views/example/components/ArticleDetail.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<PlatformDropdown v-model="postForm.platforms" />
<SourceUrlDropdown v-model="postForm.source_uri" />
<el-button v-loading="loading" style="margin-left: 10px;" type="success" @click="submitForm">
Publush
Publish
</el-button>
<el-button v-loading="loading" type="warning" @click="draftForm">
Draft
Expand Down Expand Up @@ -36,7 +36,7 @@
</el-col>

<el-col :span="10">
<el-form-item label-width="120px" label="Publush Time:" class="postInfo-container-item">
<el-form-item label-width="120px" label="Publish Time:" class="postInfo-container-item">
<el-date-picker v-model="displayTime" type="datetime" format="yyyy-MM-dd HH:mm:ss" placeholder="Select date and time" />
</el-form-item>
</el-col>
Expand Down

0 comments on commit 8e9f2e1

Please sign in to comment.