# list-item
<list>
的子组件,用来展示列表具体 item,宽度默认充满 list 组件,支持子组件,支持通用属性,支持<div>样式,不支持 position 样式,支持通用样式,支持通用事件
名称 | 类型 | 默认值 | 必填 | 描述 |
---|---|---|---|---|
type | <string> | - | 是 | list-item 类型,值为自定义的字符串,如'loadMore'。相同的 type 的 list-item 必须具备完全一致的 DOM 结构。因此,在 list-item 内部需谨慎使用 if 和 for,因为 if 和 for 可能造成相同的 type 的 list-item 的 DOM 结构不一致,从而引发错误 |
list-item组件的基本用法
用来展示列表具体 item
基本用法
```html
复制代码
设计尺寸:750X750
←
→