소스 검색

feat: iconfont注释

lvkun996 2 년 전
부모
커밋
e192387391
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      src/components/MicroComponents/index.tsx

+ 3 - 0
src/components/MicroComponents/index.tsx

@@ -65,6 +65,9 @@ export const AlertTsx = defineComponent({
   }
 })
 
+/**
+ * @description iconfont矢量库 使用的svg的格式 svg导入在public下的index.html里
+ */
 export const IconTsx = defineComponent({
   props: {
     name: {