Skip to content

Commit 83b4f78

Browse files
committed
fix: import allIcon from @ant-design/icons vueComponent#2745
1 parent 7c1a14b commit 83b4f78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/icon/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import classNames from 'classnames';
2-
import * as allIcons from '@ant-design/icons/lib/dist';
2+
import * as allIcons from '@ant-design/icons';
33
import VueIcon from '@ant-design/icons-vue';
44
import PropTypes from '../_util/vue-types';
55
import createFromIconfontCN from './IconFont';

0 commit comments

Comments
 (0)