fix: remove pwa to fix cdn conflict

This commit is contained in:
YunYouJun
2022-06-27 08:49:55 +08:00
parent 7b94e19b20
commit fe47e4d2e7
8 changed files with 50 additions and 1866 deletions

View File

@@ -1,5 +1,5 @@
<script setup lang="ts">
import { installPrompt } from './utils/pwa'
// import { installPrompt } from './utils/pwa'
import { isDark } from '~/composables'
// https://github.com/vueuse/head
// you can use this to manipulate the document head in any components,
@@ -18,7 +18,7 @@ useHead({
],
})
installPrompt()
// installPrompt()
</script>
<template>