perf: let svg-icon support ssr

This commit is contained in:
vben
2021-05-25 22:10:56 +08:00
parent 6d626d5f00
commit 94a826d028
3 changed files with 95 additions and 94 deletions

View File

@@ -13,7 +13,7 @@ import { setupI18n } from '/@/locales/setupI18n';
import { registerGlobComp } from '/@/components/registerGlobComp';
// Register icon Sprite
import 'vite-plugin-svg-icons/register';
import 'virtual:svg-icons-register';
// Do not introduce` on-demand in local development?
// In the local development for on-demand introduction, the number of browser requests will increase by about 20%.