diff --git a/components/search/SearchContainer.vue b/components/search/SearchContainer.vue index 7668ebc1830626beed40070b12b112dcb76ffa71..1455301906fd28ec4eba90d093fcd4c4624fd8ec 100644 --- a/components/search/SearchContainer.vue +++ b/components/search/SearchContainer.vue @@ -73,7 +73,7 @@ </SearchNoResult> </div> - <aside class="sticky h-full top-24 ml-12 bottom-12 z-10"> + <aside class="sticky h-full top-24 ml-12 bottom-12 z-20"> <slot name="sidebar" :query="query" diff --git a/pages/test.vue b/pages/test.vue index c3c5451c85b208faf2a738b016e831a259331f33..c83667d714597fc1b5d02509875246746597365a 100644 --- a/pages/test.vue +++ b/pages/test.vue @@ -40,13 +40,12 @@ les afficher comme l'on veut... </p> <pre v-text="crowdfundingPreHOC" /> - <G1Crowdfunding - v-slot="slotProps" - pubkey="78ZwwgpgdH5uLZLbThUQH7LKwPgjMunYfLiCfUCySkM8" - > - <strong>TOTAL = {{ slotProps.total }}</strong> - <div>MÉCÈNES = {{ slotProps.issuers.length }}</div> - <div style="font-size: 7px">{{ slotProps.graph }}</div> + <G1Crowdfunding pubkey="78ZwwgpgdH5uLZLbThUQH7LKwPgjMunYfLiCfUCySkM8"> + <template #stats="slotProps"> + <strong>TOTAL = {{ slotProps.total }}</strong> + <div>MÉCÈNES = {{ slotProps.issuers.length }}</div> + <div style="font-size: 7px">{{ slotProps.graph }}</div> + </template> </G1Crowdfunding> <p>Slot `button` :</p>