This commit is contained in:
tanghc
2020-11-07 13:36:25 +08:00
parent 2b08d4d9f2
commit 27ec6c5915
8 changed files with 26 additions and 15 deletions

View File

@@ -34,7 +34,7 @@
prefix-icon="el-icon-lock"
/>
</el-form-item>
<el-button type="primary" style="width: 100%;" @click.native.prevent="handleReg"> </el-button>
<el-button type="primary" style="width: 100%;" native-type="submit" @click="handleReg"> </el-button>
<div class="footer">
已有账号<el-button type="text" @click="goLogin">去登录</el-button>
</div>