浏览代码

fix: 修复svg图标不显示问题

louhangfei 11 月之前
父节点
当前提交
514e8315d1
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      src/main.ts

+ 3 - 0
src/main.ts

@@ -7,6 +7,9 @@ import App from './App.vue';
 import { setupElement } from '@/plugins';
 import dayjs from 'dayjs';
 import 'dayjs/locale/zh-cn';
+
+import 'virtual:svg-icons-register';
+
 dayjs.locale('zh-cn');
 
 async function bootstrap() {