## TagListTop 商品分组顶部

封装了 Vant 中的 Tab 组件和 GoodsList 组件，用于 Design Preview

### 使用指南
```javascript
import { TagListTop } from 'captain-ui';
```

### 代码演示

#### 基础用法

```html
<cap-taglist-top :tabs="tabs" :list="goods" />
```

### API
API 同商品列表组件
