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

@@ -25,6 +25,9 @@
</div>
</div>
</v-app>
<size-indicator></size-indicator>
</template>
<script async setup>
@@ -33,6 +36,7 @@ import Footer from "@/views/main/Footer.vue";
import SideBar from "@/views/main/SideBar.vue";
import {ref, onMounted, onUnmounted} from 'vue';
import {useSideBarStore} from "@/stores/sideBarStore.js";
import SizeIndicator from "@/views/tools/SizeIndicator.vue";
const showPopup = ref(false);
const popup = ref(null);