提交 0491c93d 编写于 作者: RedPig97's avatar RedPig97

update: 登录按钮

上级 a00a136b
.app-login-button {
height: 40px;
width: 175px;
width: 100%;
.ivu-btn {
width: 100%;
height: 100%;
......
......@@ -76,9 +76,6 @@ export default class AppLoginButton extends Vue {
case "APP_LOGOUT":
this.logout();
break;
case "APP_REGISTER":
this.register();
break;
default:
this.$emit("itemClick", this.name);
}
......@@ -113,16 +110,6 @@ export default class AppLoginButton extends Vue {
console.error(error);
});
}
/**
* 注册
*
* @type {string}
* @memberof AppLoginButton
*/
public register() {
// todo
}
}
</script>
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册