Explorar el Código

style: 更正引用格式 (#5784)

zhang hace 5 meses
padre
commit
aa2907323f
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      packages/icons/src/index.ts

+ 2 - 2
packages/icons/src/index.ts

@@ -1,3 +1,3 @@
-export * from './iconify/index.js';
+export * from './iconify';
 export { default as EmptyIcon } from './icons/empty-icon.vue';
-export * from './svg/index.js';
+export * from './svg';