feat: add SvgIcon component

This commit is contained in:
Vben
2021-03-05 23:12:01 +08:00
parent b93f20f0df
commit 9c2a2a0c00
10 changed files with 372 additions and 41 deletions

View File

@@ -12,6 +12,8 @@ import { setupI18n } from '/@/locales/setupI18n';
import { registerGlobComp } from '/@/components/registerGlobComp';
import 'vite-plugin-svg-icons/register';
import { isDevMode } from '/@/utils/env';
(async () => {