### 基本用法

```html
<gallery
  :grid="2"
  :spaceBetween="0"
  :imgWidth="240"
  :imgHeight="196"
  :slidesPerView="5"
  :delay="2500"
></gallery>
```
