icons.ts 164 B

123456789
  1. import Icons from 'unplugin-icons/vite';
  2. export default () => {
  3. return Icons({
  4. // 自动安装图标库
  5. autoInstall: true,
  6. compiler: "vue3"
  7. });
  8. };