vue-ts-demo1_vue-ts-mall-demo-CSDN博客

网站介绍:文章浏览阅读340次。重新创建了项目vue-property-decorator 掘金组件内使用 自定义事件父组件<ButtonDemo @add="add" @reduce="reduce" text="默认按钮"></ButtonDemo> count = 0 add() { this.count++ // console.log(this) } reduce() { this.count-- }子组件@Emit 装饰器 可以接收父组件传递的_vue-ts-mall-demo