From 45146d12b4a3ed26648560fbd7018744f5200c80 Mon Sep 17 00:00:00 2001 From: Dominic Villemure Date: Mon, 8 Apr 2024 23:26:07 -0400 Subject: [PATCH] #25 Using script setup instead and clean up unused variable --- src/views/main/CreatorFolio.vue | 52 ++++++++++----------------------- 1 file changed, 16 insertions(+), 36 deletions(-) diff --git a/src/views/main/CreatorFolio.vue b/src/views/main/CreatorFolio.vue index 505386e..6d10d87 100644 --- a/src/views/main/CreatorFolio.vue +++ b/src/views/main/CreatorFolio.vue @@ -475,44 +475,24 @@ import DefaultLayout from '@/layouts/DefaultLayout.vue'; import FooterLayout from '@/layouts/FooterLayout.vue'; import StripePayment from '../StripePayment.vue'; + + +let imageSrc = '../../../images/guillaimeaime3x.png'; +let profilePicture = '../../../images/guillaume.png'; + +let name = 'Guillaume Mousseau' +let title = 'Créateur de contenus' +let drawerbottom = false +let navigationItems = [ + { icon: 'mdi-home', text: 'Accueil', link: 'home' }, + { icon: 'mdi-account-group', text: 'Amis', link: '/contact' }, + { icon: 'mdi-file-document-outline', text: 'Contenu', link: '/creatorfolio' } +]; +let tools = [ + { icon: 'mdi-wallet', text: 'Bourse', link: '/portefeuille' }, +] - - - - -