File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -41,13 +41,24 @@ watch(
4141<template >
4242 <v-app >
4343 <MainNavigation />
44- <Launcher v-if =" infraStore .status != Status .CREATED " app-name="Vease" logo="/logo.png " />
4544 <v-main class =" custom-background dropzone" >
46- <GlassCard variant="ui" padding="pa-0" class="island-wrapper overflow-hidden">
45+ <GlassCard
46+ variant="ui"
47+ padding="pa-0"
48+ class="island-wrapper overflow-hidden"
49+ >
50+ <Launcher
51+ v-if =" infraStore .status != Status .CREATED "
52+ app-name="Vease"
53+ logo="/logo.png "
54+ />
4755 <NuxtPage style =" z-index : 1 " class="fill-height" />
4856 </GlassCard >
4957 <InfraConnected >
50- <DrawerManager :ui-store =" UIStore " @files-dropped =" handleFilesDropped " />
58+ <DrawerManager
59+ :ui-store =" UIStore "
60+ @files-dropped =" handleFilesDropped "
61+ />
5162 </InfraConnected >
5263 </v-main >
5364 <v-progress-linear
You can’t perform that action at this time.
0 commit comments