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

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

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