From b9521c5bbc70b76be6044d1e8944a7f47cdb3074 Mon Sep 17 00:00:00 2001 From: handongxun Date: Mon, 13 Jul 2020 15:18:38 +0800 Subject: [PATCH] =?UTF-8?q?update:=20=E7=A7=BB=E9=99=A4=E5=8E=86=E5=8F=B2?= =?UTF-8?q?=E7=89=88=E6=9C=AC=E6=97=A0=E7=94=A8=E4=BB=A3=E7=A0=81=EF=BC=8C?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=94=AF=E4=BB=98=E5=AE=9D=E9=9D=99=E6=80=81?= =?UTF-8?q?=E7=BC=96=E8=AF=91=E6=A3=80=E6=9F=A5=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/core/runtime/event-bus.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/core/runtime/event-bus.js b/src/core/runtime/event-bus.js index c94c4cb05..0cd25064e 100644 --- a/src/core/runtime/event-bus.js +++ b/src/core/runtime/event-bus.js @@ -1,10 +1,6 @@ import Vue from 'vue' const getEmitter = (function () { - if (typeof getUniEmitter === 'function') { - /* eslint-disable no-undef */ - return getUniEmitter - } let Emitter return function getUniEmitter () { if (!Emitter) { -- GitLab