Add Donation-button, Need to connect stripe

This commit is contained in:
PascalMarchesseault
2024-08-12 12:46:57 -04:00
parent 9982ef86e0
commit 071b65b89e
4 changed files with 142 additions and 3 deletions

View File

@@ -15,7 +15,7 @@
<h4 class="text-md font-bold">{{ video.name }}</h4>
<div class="text-gray-600 text-sm">
<span>{{ video.vues }} vues</span> -
<span>{{ video.timeAgo }} ago</span>
<span>{{ video.timeAgo }} ago</span>
</div>
</div>
</div>
@@ -23,6 +23,8 @@
</div>
</template>
<script setup>
defineProps({
video: {