We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52918bd commit dbb802fCopy full SHA for dbb802f
client/pages/login.vue
@@ -20,9 +20,8 @@
20
<el-input v-model="user.captcha" :placeholder="$t('login.captchaPlaceholder')" />
21
</el-col>
22
<el-col ref="captcha" :offset="1" :span="11">
23
- <div class="captcha" @click="refreshCaptcha">
24
- {{ captchaSvg }}
25
- </div>
+ <!-- eslint-disable-next-line vue/no-v-html -->
+ <div class="captcha" @click="refreshCaptcha" v-html="captchaSvg" />
26
27
</el-form-item>
28
<el-row>
0 commit comments