From 78e6298fd54e1b231f53a0a34fe9e0a80dc8f17f Mon Sep 17 00:00:00 2001 From: MrXujiang <15671677807@163.com> Date: Thu, 3 Sep 2020 09:54:27 +0800 Subject: [PATCH] =?UTF-8?q?:new:=20=E6=B7=BB=E5=8A=A0icon=E7=B1=BB?= =?UTF-8?q?=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/DynamicEngine/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/DynamicEngine/index.js b/src/components/DynamicEngine/index.js index 2936fcb..933312c 100644 --- a/src/components/DynamicEngine/index.js +++ b/src/components/DynamicEngine/index.js @@ -2,7 +2,7 @@ import { dynamic } from 'umi'; import Loading from '../LoadingCp'; import { useMemo, memo } from 'react'; -const needList = ['Tab', 'Carousel', 'Upload', 'Video']; +const needList = ['Tab', 'Carousel', 'Upload', 'Video', 'Icon']; const DynamicFunc = type => dynamic({