#41 fix naming problem, added creator-id prop for the payment. Redirect and message for paymentCompleted changed to generic for now

This commit is contained in:
Dominic Villemure
2024-05-09 22:38:44 -04:00
parent 97f03abb93
commit 26845f5aff
9 changed files with 14 additions and 24 deletions

View File

@@ -14,7 +14,7 @@ import ContactView from '../views/main/ContactView.vue'
import CreatorFolio from '../views/main/CreatorFolio.vue'
import HomeView from '../views/main/HomeView.vue'
import YourProfile from '../views/main/YourProfile.vue'
import ChloeBeauregard from '../views/manualusers/ChloeProfile.vue'
import ChloeBeaugrand from '../views/manualusers/ChloeProfile.vue'
import Hutopy from '../views/manualusers/HutopyProfile.vue'
import Leffet from '../views/manualusers/LeffetProfile.vue'
@@ -113,9 +113,9 @@ const router = createRouter({
},
{
path: '/chloebeauregard',
name: 'chloebeauregard',
component: ChloeBeauregard
path: '/chloebeaugrand',
name: 'chloebeaugrand',
component: ChloeBeaugrand
},
{