From 59cafcfa2bf1593cab58ee522193233a132b9d2e Mon Sep 17 00:00:00 2001 From: PascalMarchesseault <97350299+PascalMarchesseault@users.noreply.github.com> Date: Sat, 20 Apr 2024 00:59:43 -0400 Subject: [PATCH] =?UTF-8?q?Supression=20de=20valeurs=20const=20non=20utili?= =?UTF-8?q?s=C3=A9s?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/main/CreatorFolio.vue | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/src/views/main/CreatorFolio.vue b/src/views/main/CreatorFolio.vue index 09be4c7..39ab062 100644 --- a/src/views/main/CreatorFolio.vue +++ b/src/views/main/CreatorFolio.vue @@ -538,8 +538,6 @@ - - @@ -549,12 +547,12 @@ import DefaultLayout from '@/layouts/DefaultLayout.vue'; import FooterLayout from '@/layouts/FooterLayout.vue'; import { ref } from 'vue'; import StripePayment from '../StripePayment.vue'; + const accepted = ref(false); const decline = ref(false); let imageSrc = '../../../images/guillaimeaime3x.png'; let profilePicture = '../../../images/guillaume.png'; - let name = 'Guillaume Mousseau' let title = 'Créateur de contenus' let drawerbottom = false @@ -563,16 +561,6 @@ let navigationItems = [ { 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' }, -] - - -let items = [ - { icon: "icon", text: "text" }, - { icon: "icon2", text: "text2" }, -] -