mirror of
https://gitee.com/JavaLionLi/plus-ui.git
synced 2025-12-30 01:42:26 +00:00
fix 修复 一个奇奇怪怪的问题(特殊芯片电脑可复现 https://gitee.com/dromara/RuoYi-Vue-Plus/issues/IBTNM1)
This commit is contained in:
@@ -3,6 +3,7 @@ import Icons from 'unplugin-icons/vite';
|
|||||||
export default () => {
|
export default () => {
|
||||||
return Icons({
|
return Icons({
|
||||||
// 自动安装图标库
|
// 自动安装图标库
|
||||||
autoInstall: true
|
autoInstall: true,
|
||||||
|
compiler: "vue3"
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user