We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb4f127 commit 2629456Copy full SHA for 2629456
src/icons/index.ts
@@ -1,5 +1,5 @@
1
-import SvgIcon from '@/components/SvgIcon/index.vue';// svg component
+import SvgIcon from '@/components/SvgIcon/index.vue'; // svg component
2
3
-import.meta.glob('./svg/*.svg', { eager: true });
+// import.meta.glob('./svg/*.svg', { eager: true });
4
5
export default SvgIcon;
src/main.ts
@@ -9,7 +9,6 @@ import SvgIcon from './icons'; // icon
9
import './permission'; // permission control
10
import vPermission from './directive/permission/index'; // permission control
11
import { checkEnableLogs } from './utils/error-log'; // error log
12
-import 'virtual:svg-sprite';
13
14
const app = createApp(App);
15
setupStore(app);
0 commit comments