Skip to content

Commit c3558d2

Browse files
authored
修改错字
1 parent dcd3222 commit c3558d2

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)