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 b06924b commit 6ad9bd8Copy full SHA for 6ad9bd8
ui/src/views/chat/auth/component/password.vue
@@ -11,13 +11,12 @@
11
top="25vh"
12
center
13
:modal="true"
14
- @click.stop
15
>
16
- <el-form ref="FormRef" :model="form" @submit.prevent="validator" @click.stop>
+ <el-form ref="FormRef" :model="form" @submit.prevent="validator">
17
<el-form-item prop="value" :rules="rules.value">
18
<el-input show-password v-model="form.value" />
19
</el-form-item>
20
- <el-button class="w-full mt-8" type="primary" @click.stop="validator" :loading="loading"
+ <el-button class="w-full mt-8" type="primary" @click="validator" :loading="loading"
21
>确定</el-button
22
23
</el-form>
0 commit comments