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 3ecd4ea commit 7dc1af0Copy full SHA for 7dc1af0
src/views/user/Login.vue
@@ -46,6 +46,7 @@
46
<a-col class="gutter-row" :span="8">
47
<a-button
48
class="getCaptcha"
49
+ tabindex="-1"
50
:disabled="state.smsSendBtn"
51
@click.stop.prevent="getCaptcha"
52
v-text="!state.smsSendBtn && '获取验证码' || (state.time+' s')"></a-button>
0 commit comments