This commit is contained in:
Corentin Thomasset 2023-04-15 02:10:28 +02:00
parent f7a1383da5
commit 0fd99deca9
No known key found for this signature in database
GPG key ID: DBD997E935996158
18 changed files with 602 additions and 325 deletions

View file

@ -6,12 +6,12 @@
<n-h3 class="title">
<n-ellipsis>{{ title }}</n-ellipsis>
</n-h3>
<!--
<div class="description">
<n-ellipsis :line-clamp="2" :tooltip="false">
<slot />
</n-ellipsis>
</div>
</div> -->
</n-card>
</template>