odc.xiaohui
2023-12-04 e19cf3c81d4e45654442233afd4a002afeaa5143
1
2
3
4
5
6
7
8
import Icons from 'unplugin-icons/vite';
 
export default () => {
  return Icons({
    // 自动安装图标库
    autoInstall: true
  });
};