修复blog title修改bug
This commit is contained in:
@@ -39,8 +39,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="c_section">
|
<div class="c_section">
|
||||||
<div class="title_style">
|
<div class="title_style">
|
||||||
<el-input v-model="((blogTypes.get(checkedBlogIndex) as BlogType).blogs.get(checkedIndex) as Blog).title"
|
<el-input v-model="((blogTypes.get(checkedBlogIndex) as BlogType).blogs.get(checkedIndex) as Blog).title">
|
||||||
@keyup.enter.native="saveTitle" @blur="saveTitle">
|
|
||||||
</el-input>
|
</el-input>
|
||||||
<div style="width: 60px;">
|
<div style="width: 60px;">
|
||||||
<span v-if="!updated">已保存</span>
|
<span v-if="!updated">已保存</span>
|
||||||
|
|||||||
Reference in New Issue
Block a user