Skip to content

Commit 8e9f2e1

Browse files
jessyntPanJiaChen
authored andcommitted
docs: fix typo (PanJiaChen#2170)
1 parent a0793db commit 8e9f2e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/views/example/components/ArticleDetail.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<PlatformDropdown v-model="postForm.platforms" />
88
<SourceUrlDropdown v-model="postForm.source_uri" />
99
<el-button v-loading="loading" style="margin-left: 10px;" type="success" @click="submitForm">
10-
Publush
10+
Publish
1111
</el-button>
1212
<el-button v-loading="loading" type="warning" @click="draftForm">
1313
Draft
@@ -36,7 +36,7 @@
3636
</el-col>
3737

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

0 commit comments

Comments
 (0)