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 7467155 commit 2dc3acfCopy full SHA for 2dc3acf
src/views/user/Login.vue
@@ -72,7 +72,7 @@
72
</a-tabs>
73
74
<a-form-item>
75
- <a-checkbox v-decorator="['rememberMe']">自动登录</a-checkbox>
+ <a-checkbox v-decorator="['rememberMe', { valuePropName: 'checked' }]">自动登录</a-checkbox>
76
<router-link
77
:to="{ name: 'recover', params: { user: 'aaa'} }"
78
class="forge-password"
0 commit comments