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