mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-05-11 18:10:49 +08:00
fix PWAInstallPrompt
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
<script setup lang="ts">
|
||||
import { usePWAInstall } from '@/composables/usePWAInstall'
|
||||
import { useToast } from 'vue-toastification'
|
||||
|
||||
const { t } = useI18n()
|
||||
const {
|
||||
isInstallable,
|
||||
isInstalled,
|
||||
isPWASupported,
|
||||
showInstallPrompt,
|
||||
getInstallInstructions
|
||||
} = usePWAInstall()
|
||||
@@ -182,4 +182,4 @@ const instructions = computed(() => getInstallInstructions())
|
||||
max-width: 400px;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user