Skip to content

Commit dca263e

Browse files
authored
Merge pull request bailicangdu#185 from 2015lym/patch-1
修改错字
2 parents dcd3222 + c3558d2 commit dca263e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/page/login.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<el-input type="password" placeholder="密码" v-model="loginForm.password"></el-input>
1414
</el-form-item>
1515
<el-form-item>
16-
<el-button type="primary" @click="submitForm('loginForm')" class="submit_btn">登陆</el-button>
16+
<el-button type="primary" @click="submitForm('loginForm')" class="submit_btn">登录</el-button>
1717
</el-form-item>
1818
</el-form>
1919
<p class="tip">温馨提示:</p>

0 commit comments

Comments
 (0)