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

Commit

Permalink
feat(playground): example of navigation tree custom label
Browse files Browse the repository at this point in the history
  • Loading branch information
rayrutjes committed Mar 15, 2017
1 parent 1e278a0 commit 512d4b4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/vue-algolia-playground/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@
<div slot="header">
<h3>Browse by</h3>
</div>
<template scope="{count, active, value}">
&gt; {{ value }}
</template>
</navigation-tree-facet>

<price-range-facet attribute="price">
Expand Down

0 comments on commit 512d4b4

Please sign in to comment.