Skip to content
This repository has been archived by the owner on Dec 30, 2022. It is now read-only.

Commit

Permalink
feat(rating): add example of label overriding to playground
Browse files Browse the repository at this point in the history
  • Loading branch information
rayrutjes committed Mar 14, 2017
1 parent e51bb77 commit 0919170
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions packages/vue-algolia-playground/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,14 @@
</search-facet>

<rating-facet attribute="rating">
<div slot="header">
<h3>Rating</h3>
</div>
<template scope="{value, min, max, count}">
{{value}}/{{max}} et plus ({{count}})
</template>
</rating-facet>




</div>
<div class="col-md-10 col-sm-9">
<div class="search-controls">
Expand Down

0 comments on commit 0919170

Please sign in to comment.