This commit is contained in:
2023-06-19 22:36:36 +02:00
parent 24aaa7b2c3
commit 2dccff4fb8
7 changed files with 202 additions and 39 deletions
+2 -1
View File
@@ -3,7 +3,7 @@
:id="id"
class="full-width med-row large-row main-content-layout"
>
<header class="med-col-3 large-col-3">
<header class="med-col-3 large-col-3" :class="{ opened: headeropened }">
<slot name="header" />
</header>
@@ -35,6 +35,7 @@ export default {
required: true
},
reftoscrollto: { type: String },
headeropened: { type: Boolean },
navopened: { type: Boolean }
},
watch: {
+1 -1
View File
@@ -9,7 +9,7 @@
<header class="small-col-12 med-col-1 large-col-1">
<h2>Resultats</h2>
<div class="results-details">
<span class="search-keys">{{ searchedKeys }}</span><br>
<span class="search-keys">{{ searchedKeys }}</span>
<span v-if="resultsQuantity" class="results-count">{{ resultsCount }}</span>
</div>
<v-select