mirror of
https://gitee.com/JavaLionLi/plus-ui.git
synced 2025-09-20 11:04:59 +00:00
9 lines
142 B
TypeScript
9 lines
142 B
TypeScript
import Icons from 'unplugin-icons/vite';
|
|
|
|
export default () => {
|
|
return Icons({
|
|
// 自动安装图标库
|
|
autoInstall: true
|
|
});
|
|
};
|