You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
40 lines
951 B
40 lines
951 B
2 years ago
|
# hd-grid-item
|
||
|
|
||
|
GridItem 宫格布局项
|
||
|
|
||
|
## Props
|
||
|
|
||
|
<!-- @vuese:hd-grid-item:props:start -->
|
||
|
|Name|Description|Type|Required|Default|
|
||
|
|---|---|---|---|---|
|
||
|
|icon|图标名称或图片链接,可选值见 Icon 组件|`String`|`false`|-|
|
||
|
|iconColor|图标颜色|`String`|`false`|-|
|
||
|
|iconPrefix|第三方图标前缀|`String`|`false`|fant-icon|
|
||
|
|text|文字|`String`|`false`|-|
|
||
|
|url|点击后跳转的链接地址|`String`|`false`|-|
|
||
|
|linkType|链接跳转类型,可选值为 redirectTo switchTab reLaunch|`String`|`false`|`'redirectTo'` / `'switchTab'` / `'reLaunch'`|
|
||
|
|
||
|
<!-- @vuese:hd-grid-item:props:end -->
|
||
|
|
||
|
|
||
|
## Events
|
||
|
|
||
|
<!-- @vuese:hd-grid-item:events:start -->
|
||
|
|Event Name|Description|Parameters|
|
||
|
|---|---|---|
|
||
|
|click|点击格子时触发|-|
|
||
|
|
||
|
<!-- @vuese:hd-grid-item:events:end -->
|
||
|
|
||
|
|
||
|
## Slots
|
||
|
|
||
|
<!-- @vuese:hd-grid-item:slots:start -->
|
||
|
|Name|Description|Default Slot Content|
|
||
|
|---|---|---|
|
||
|
|default|-|-|
|
||
|
|
||
|
<!-- @vuese:hd-grid-item:slots:end -->
|
||
|
|
||
|
|