🆕 添加icon类型

This commit is contained in:
MrXujiang 2020-09-03 09:54:27 +08:00 committed by GitHub
parent 87f239947e
commit 78e6298fd5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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({