feat: UI/UX, add reset cache to admin
This commit is contained in:
@@ -4,13 +4,11 @@
|
||||
|
||||
<div class="drawer-content">
|
||||
<div class="app-container">
|
||||
<header class="app-header bg-neutral text-neutral-content w-full" v-if="platform === 'ios'"></header>
|
||||
<header class="app-header bg-base-100 w-full"></header>
|
||||
|
||||
<section class="telecart-main-section">
|
||||
<FullscreenViewport v-if="platform === 'ios' || platform === 'android'"/>
|
||||
|
||||
<Navbar @drawer="toggleDrawer"/>
|
||||
|
||||
<AppDebugMessage v-if="settings.app_debug"/>
|
||||
|
||||
<RouterView v-slot="{ Component, route }">
|
||||
|
||||
Reference in New Issue
Block a user