dkfbasel-search
Advanced tools
Comparing version 1.0.3 to 1.0.4
{ | ||
"name": "dkfbasel-search", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "An awesome search component for vue.js 2.1+", | ||
@@ -5,0 +5,0 @@ "main": "src/search.vue", |
@@ -39,6 +39,4 @@ # dkfbasel-search | ||
<template slot="result" scope="props"> | ||
<li class="single-result" :key="props.index" :data-index="props.index"> | ||
... // any html code | ||
// use {{props.result}} to access the result based on your data model | ||
</li> | ||
... // any html code | ||
// use {{props.result}} to access the result based on your data model | ||
</template> | ||
@@ -45,0 +43,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
18075
76