dkfbasel-search
Advanced tools
Comparing version 1.0.8 to 1.0.9
{ | ||
"name": "dkfbasel-search", | ||
"version": "1.0.8", | ||
"version": "1.0.9", | ||
"description": "An awesome search component for vue.js 2.1+", | ||
@@ -5,0 +5,0 @@ "main": "src/search.vue", |
@@ -76,2 +76,9 @@ # dkfbasel-search | ||
When an error occured while searching: | ||
```javascript | ||
<template slot="hint_error"> | ||
... // any html code | ||
</template> | ||
``` | ||
Additional information before and after the search results can be added optionally: | ||
@@ -78,0 +85,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
22097
104