### Hits
- **Tag name :** `<hits></hits>`
- **Overriding template:** You can override the display like this : 

```html
<hits>
  <template slot="hits" slot-scope="{ hits }">
  ...
  </template>
</hits>
```
