瀏覽代碼

fix 修复 一个奇奇怪怪的问题(特殊芯片电脑可复现 https://gitee.com/dromara/RuoYi-Vue-Plus/issues/IBTNM1)

疯狂的狮子Li 3 月之前
父節點
當前提交
3724baa93a
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      vite/plugins/icons.ts

+ 2 - 1
vite/plugins/icons.ts

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