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