Skip to content

Commit 55476fe

Browse files
committed
feat: 移除 Select 中 ImageText 的引用
1 parent d1849a1 commit 55476fe

4 files changed

Lines changed: 2 additions & 103 deletions

File tree

src/components/select/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import MultiSelect from './views/select/multi-select';
1111
import GroupSelect from './views/select/group-select';
1212
import Selected from './views/selected';
1313
import Option from './views/option';
14-
import ImageText from './views/image-text';
14+
import ImageText from '../image-text';
1515
import { selector } from './views/common';
1616

1717
import { formatOptionSource, isGroupSelectPicker } from './utils';

src/components/select/index.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -89,15 +89,7 @@ group:
8989
| type | type枚举类型: `divider` 表示分割线 | String | '' |
9090

9191
### ImageText Props
92-
93-
| 属性 | 说明 | 类型 | 默认值 |
94-
| --------- | -------------------------------------------- | ------------- | ------ |
95-
| imgSrc | 图片地址 | string|ReactDom | - |
96-
| imgStyle | 图片样式 | object | {} |
97-
| label | 下拉标题 | string | - |
98-
| desc | 下拉描述 | string | - |
99-
| disabled | 下拉禁用状态 | boolean | false |
100-
| icon | 图标模板 | ReactDom | - |
92+
https://cloud-react.shuyun.com/v1/cloud-react/data/image-text
10193

10294
## 代码演示
10395

src/components/select/views/image-text/index.js

Lines changed: 0 additions & 43 deletions
This file was deleted.

src/components/select/views/image-text/index.less

Lines changed: 0 additions & 50 deletions
This file was deleted.

0 commit comments

Comments
 (0)