修正文章的一些字段名
This commit is contained in:
parent
701b3fa446
commit
e335372fbd
@ -117,7 +117,7 @@
|
||||
label="Summary:"
|
||||
>
|
||||
<el-input
|
||||
v-model="postForm.abstractContent"
|
||||
v-model="postForm.summary"
|
||||
:rows="1"
|
||||
type="textarea"
|
||||
class="article-textarea"
|
||||
@ -137,7 +137,7 @@
|
||||
<tinymce
|
||||
v-if="tinymceActive"
|
||||
ref="editor"
|
||||
v-model="postForm.fullContent"
|
||||
v-model="postForm.content"
|
||||
:height="400"
|
||||
/>
|
||||
</el-form-item>
|
||||
|
Loading…
x
Reference in New Issue
Block a user