Ensure the SizeIndicator helper is visible on all pages

This commit is contained in:
Jonathan Bourdon
2024-08-05 17:06:50 -04:00
parent bd30b58463
commit f2209cda64
4 changed files with 29 additions and 20 deletions

View File

@@ -63,14 +63,12 @@
</template>
</div>
</div>
<SizeIndicator></SizeIndicator>
</template>
<script setup>
import {ref, onMounted} from "vue";
import {useUserStore} from "@/stores/userStore.js";
import SizeIndicator from "@/views/tools/SizeIndicator.vue";
import ManageAccount from "@/views/Profile/ManageAccount.vue";
import PageInformations from "@/views/Profile/PageInformations.vue";
import PersonnalInfo from "@/views/Profile/PersonnalInfo.vue";