龚焕茏
2024-03-05 6d9e8a35d81e6d1feb2136690661d43c6cfd53b7
1
2
3
4
5
6
7
8
import Icons from 'unplugin-icons/vite';
 
export default () => {
  return Icons({
    // 自动安装图标库
    autoInstall: true
  });
};