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

Commit

Permalink
feat(playground): add example on how to override empty results
Browse files Browse the repository at this point in the history
  • Loading branch information
rayrutjes committed Mar 15, 2017
1 parent 4206d89 commit 302d1ad
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/vue-algolia-playground/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,9 @@
</template>
</search-results>

<empty-results/>
<empty-results>
<template scope="{query}">This is my custom stuff <u>{{query}}</u></template>
</empty-results>

<div class="clearfix"></div>

Expand Down

0 comments on commit 302d1ad

Please sign in to comment.