Skip to content
Snippets Groups Projects
Commit 8200a596 authored by Emmanuel Salomon's avatar Emmanuel Salomon :fist:
Browse files

fix: bad slot and css

parent 0ece283d
No related branches found
No related tags found
No related merge requests found
......@@ -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"
......
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment