mirror of
https://gitee.com/JavaLionLi/plus-ui.git
synced 2025-12-30 01:42:26 +00:00
10 lines
164 B
TypeScript
10 lines
164 B
TypeScript
import Icons from 'unplugin-icons/vite';
|
|
|
|
export default () => {
|
|
return Icons({
|
|
// 自动安装图标库
|
|
autoInstall: true,
|
|
compiler: "vue3"
|
|
});
|
|
};
|