index.js 268 Bytes 编辑Web IDE 1 2 3 4 5 6 7 import { Icon } from 'antd'; import { iconfontUrl as scriptUrl } from '../../defaultSettings'; // 使用: // import IconFont from '@/components/IconFont'; // <IconFont type='icon-demo' className='xxx-xxx' /> export default Icon.createFromIconfontCN({ scriptUrl });