From 2a399057d1ac9cc9ad006c191c609d93e3a2dfd2 Mon Sep 17 00:00:00 2001 From: cKey <35512826+colinin@users.noreply.github.com> Date: Thu, 17 Sep 2020 09:23:19 +0800 Subject: [PATCH] add comment --- vueJs/src/mixins/EventBusMiXin.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vueJs/src/mixins/EventBusMiXin.ts b/vueJs/src/mixins/EventBusMiXin.ts index 777c56f0d..89f5de908 100644 --- a/vueJs/src/mixins/EventBusMiXin.ts +++ b/vueJs/src/mixins/EventBusMiXin.ts @@ -8,7 +8,7 @@ import { Component, Vue } from 'vue-property-decorator' export default class EventBusMiXin extends Vue { protected eventMap = new Array() - /** + /** * 组件销毁事件 * 注销所有事件 */