mirror of
https://github.com/BewlyBewly/BewlyBewly.git
synced 2025-04-14 13:15:29 +00:00
chore: nvm
This commit is contained in:
@@ -47,6 +47,9 @@ const handleThrottledReachBottom = useThrottleFn(() => handleReachBottom.value?.
|
||||
const handleThrottledBackToTop = useThrottleFn(() => handleBackToTop(), 1000)
|
||||
const topBarRef = ref()
|
||||
const reachTop = ref<boolean>(true)
|
||||
const isSafari = computed(() =>
|
||||
/^(?:(?!chrome|android).)*safari/i.test(navigator.userAgent),
|
||||
)
|
||||
|
||||
const iframeDrawerURL = ref<string>('')
|
||||
const showIframeDrawer = ref<boolean>(false)
|
||||
@@ -319,6 +322,7 @@ provide<BewlyAppProvider>('BEWLY_APP', {
|
||||
|
||||
<template>
|
||||
<div
|
||||
v-if="!isSafari"
|
||||
id="bewly-wrapper"
|
||||
ref="mainAppRef"
|
||||
class="bewly-wrapper"
|
||||
|
||||
Reference in New Issue
Block a user