Modified visual elements

This commit is contained in:
PascalMarchesseault
2024-06-26 22:54:03 -04:00
parent e734f0f839
commit da589ecc95
8 changed files with 194 additions and 53 deletions

View File

@@ -88,7 +88,7 @@
</div>
</div>
<CreatorFeed></CreatorFeed>
<CreatorFeed ></CreatorFeed>
<!--Post-modale-->
<v-dialog v-model="isDialogActive" max-width="500">
@@ -123,8 +123,11 @@
</v-card>
</template>
</v-dialog>
</template>
<script setup>
import CreatorFeed from "@/views/main/CreatorFeed.vue";
import {ref} from 'vue';