fix: browser check
This commit is contained in:
@@ -8,9 +8,12 @@
|
|||||||
|
|
||||||
<section class="telecart-main-section">
|
<section class="telecart-main-section">
|
||||||
<FullscreenViewport v-if="platform === 'ios' || platform === 'android'"/>
|
<FullscreenViewport v-if="platform === 'ios' || platform === 'android'"/>
|
||||||
<div class="fixed inset-0 z-50 bg-white flex items-center justify-center text-center p-4">
|
|
||||||
|
<div class="fixed inset-0 z-50 bg-white flex items-center justify-center text-center p-4
|
||||||
|
[@supports(color:oklch(0%_0_0))]:hidden">
|
||||||
<BrowserNotSupported/>
|
<BrowserNotSupported/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<AppDebugMessage v-if="settings.app_debug"/>
|
<AppDebugMessage v-if="settings.app_debug"/>
|
||||||
|
|
||||||
<RouterView v-slot="{ Component, route }">
|
<RouterView v-slot="{ Component, route }">
|
||||||
|
|||||||
Reference in New Issue
Block a user