mirror of
https://github.com/201206030/novel-front-web.git
synced 2025-04-27 07:50:50 +00:00
perf: 删除废弃属性
This commit is contained in:
parent
eec9bee904
commit
05b9f8bb0e
@ -187,10 +187,10 @@
|
|||||||
v-model="dialogUpdateCommentFormVisible"
|
v-model="dialogUpdateCommentFormVisible"
|
||||||
title="评论修改"
|
title="评论修改"
|
||||||
>
|
>
|
||||||
<el-form :model="form">
|
<el-form >
|
||||||
<el-form-item
|
<el-form-item
|
||||||
label="评论内容"
|
label="评论内容"
|
||||||
:label-width="formLabelWidth"
|
|
||||||
>
|
>
|
||||||
<el-input type="textarea" v-model="updateComment"/>
|
<el-input type="textarea" v-model="updateComment"/>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user