修改枚举key

This commit is contained in:
暮光:城中城
2023-01-12 20:08:56 +08:00
parent d29068bb9c
commit 602a9cc55c
3 changed files with 4 additions and 4 deletions

View File

@@ -30,7 +30,7 @@
</div>
</div>
<div class="comment-input-box">
<textarea rows="5" placeholder="发表评论" v-model="commentTextInput"></textarea>
<textarea rows="5" placeholder="发表评论" v-model="commentTextInput" :maxlength="500"></textarea>
<el-button style="float: right; margin: 2px 5px" type="primary" size="small" v-on:click="submitPageComment">发送</el-button>
</div>
</template>