We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f800cb1 commit d71e599Copy full SHA for d71e599
src/components/community/ReplyForReply.vue
@@ -1,7 +1,7 @@
1
<template>
2
<el-form ref="form" class="c-comment-subbox m-comment-editor" :class="{'m-comment-mask': commentStrict}">
3
<div class="u-mask">
4
- 参与评论,需先进行<a href="/dashboard/auth" class="u-link">账号认证</a>。
+ 参与评论,需先进行<a href="/dashboard/auth" target="_blank" class="u-link">账号认证</a>。
5
</div>
6
<div class="u-subbox-label">
7
回复
src/components/community/comment_editor.vue
<el-form ref="form" :model="newComment" class="c-comment-box m-comment-reply">
<el-form-item>
<el-input
0 commit comments