提交 735b2c6d 编写于 作者: RedPig97's avatar RedPig97

update:登录按钮

上级 7ec4fdee
.app-login-button {
height: 40px;
width: 175px;
.ivu-btn {
width: 100%;
height: 100%;
......
......@@ -16,6 +16,15 @@ import { Vue, Component, Prop } from "vue-property-decorator";
@Component({})
export default class AppLoginButton extends Vue {
/**
* 名称
*
* @type {PanelButtonModel}
* @memberof AppLoginButton
*/
@Prop() public name!: string;
/**
* 模型
*
......@@ -71,7 +80,7 @@ export default class AppLoginButton extends Vue {
this.register();
break;
default:
this.$emit("itemClick", this.model.predefinedType);
this.$emit("itemClick", this.name);
}
}
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册