更新记录
1.0.0(2021-05-25) 下载此版本
仿微博feed流展示页
平台兼容性
nongmo-feedbox
使用view布局的方式修饰, 组件名: feedBox
使用方法
在需要使用的页面中引入:
import feedBox from "@/components/nongmo-feedbox/nongmo-feedbox.vue"
export default {
components: {
feedBox,
}
在视图中引用组件:
<feedBox />
属性说明
属性名 | 类型 | 说明 |
---|---|---|
showDeleteIcon | boolean | 是否显示删除图标 |
item | Object | feed详细内容 |
item.username | string | 用户名 |
item.avatar | string | 用户头像地址 |
item.content | string | 详细内容 |
item.image | string | 发布内容的图片地址 |
item.date | string | 发布日期 |