chore: added more advanced routing to elements

This commit is contained in:
2024-12-02 17:54:46 +01:00
parent 346d20fc08
commit b602819179
14 changed files with 120 additions and 105 deletions
+2 -1
View File
@@ -1,7 +1,8 @@
<template>
<AppModals />
<ImageFullscreenPreview v-if="store.vehiclePreviewSrc" />
<AppContainerView />
<router-view></router-view>
</template>
<script lang="ts">