提交 18459b66 编写于 作者: Shine-zwj's avatar Shine-zwj

update:更新布局按钮抛出全名

上级 529ce046
......@@ -229,7 +229,7 @@ export default class AppPresetButton extends Vue {
* @memberof AppPresetButton
*/
public handleClick(event: any) {
this.$emit('itemClick', this.name);
this.$emit('itemClick', this.itemName);
}
}
</script>
......
......@@ -231,7 +231,7 @@ export default class AppLoginButton extends Vue {
* @memberof AppLoginButton
*/
public handleClick() {
this.$emit("itemClick", this.name);
this.$emit("itemClick", this.itemName);
}
}
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册