Add Donation-button, Need to connect stripe
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user