diff --git a/components/rowBeer.vue b/components/rowBeer.vue index 695d6e8..dffec84 100644 --- a/components/rowBeer.vue +++ b/components/rowBeer.vue @@ -1,3 +1,12 @@ +/** + * @description 横向滚动的啤酒列表组件 + * @author [作者名] + * @usage 用于展示横向滚动的啤酒列表,支持点击跳转到酒评详情 + * @props beers: Array - 啤酒列表数据,包含啤酒的详细信息 + * @events 无 + * @example + * + */