소스 검색

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

zhang 5 달 전
부모
커밋
aa2907323f
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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';