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

@@ -63,7 +63,7 @@
<subscribe-button :creator="creator"></subscribe-button>
</div>
<donation-button :creator="creator"></donation-button>
<div class="flex flex-row align-center">
@@ -85,6 +85,7 @@
import CreatorAbout from "@/views/creators/CreatorAbout.vue";
import SubscribeButton from "@/views/creators/SubscribeButton.vue";
import PublishContentButton from "@/views/contents/PublishContentButton.vue";
import DonationButton from "@/views/creators/donation-button.vue";
const props = defineProps({
creator: {type: Object, required: true},