Ensure the SizeIndicator helper is visible on all pages
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user