We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c904812 commit 224c95bCopy full SHA for 224c95b
src/components/lib/captcha.vue
@@ -1,6 +1,6 @@
1
<template>
2
<div class="captcha">
3
- <el-input v-model="captcha_answer" placeholder="Solve Captcha"></el-input>
+ <el-input v-model="captcha_answer"></el-input>
4
<img class="captcha-img" v-if="loaded" @click="refresh_captcha();" :src="img_url" />
5
</div>
6
</template>
0 commit comments