# cuihr **Repository Path**: wesf/cuihr ## Basic Information - **Project Name**: cuihr - **Description**: 自定义组件 - **Primary Language**: JavaScript - **License**: MulanPSL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2021-12-07 - **Last Updated**: 2021-12-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # cuihr #### 介绍 私有库自定义组件,基于antd基础上做的升级 #### 使用说明 package.json 文件里面引用: `"cuihr": "git+https://gitee.com/wesf/cuihr.git"` #### 案例 [点击查看](./PAGE.md ':include :type=markdown') #### 组件迭代编写注意点(开发者) * 组件重命名 > `import { Form as Forms } from 'cuihr';` > 私有组件引用不能用 `as` 重命名,会报错 * 组件引用路径 > `import { Form } from '@/cuihr';` > 私有组件里面引用路径不能用 `@/`,会报错