# cc-english-h5-image-list

> 唱唱英语H5图片列表

``` bash
<cc-english-h5-image-list :content="content" />

props: {
  content: {
    type: Array,
    required: true
  }
}
// 数据格式
content: [
    {
        image: '图片地址'
    }
]
```
