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