mirror of
https://github.com/HangarMC/Hangar.git
synced 2025-01-24 14:24:47 +08:00
downgrade pwa, fix filesize import
This commit is contained in:
parent
4b7ec5ab21
commit
fa77e0d51e
@ -90,7 +90,7 @@
|
||||
"vite": "2.9.14",
|
||||
"vite-plugin-eslint": "1.3.0",
|
||||
"vite-plugin-pages": "0.26.0",
|
||||
"vite-plugin-pwa": "0.13.1",
|
||||
"vite-plugin-pwa": "0.12.8",
|
||||
"vite-plugin-vue-layouts": "0.7.0",
|
||||
"vite-plugin-windicss": "1.8.8"
|
||||
},
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -1 +1 @@
|
||||
Subproject commit 69ae302651c5d27a88e4258ffa41ef18a0ba4540
|
||||
Subproject commit de3ffee1c3f34c1f806bf41d0d5e5cedfbff52fe
|
@ -31,7 +31,7 @@ import DownloadButton from "~/components/projects/DownloadButton.vue";
|
||||
import PlatformLogo from "~/components/logos/platforms/PlatformLogo.vue";
|
||||
import TextAreaModal from "~/lib/components/modals/TextAreaModal.vue";
|
||||
import DependencyEditModal from "~/components/modals/DependencyEditModal.vue";
|
||||
import filesize from "filesize";
|
||||
import { filesize } from "filesize";
|
||||
|
||||
const route = useRoute();
|
||||
const i18n = useI18n();
|
||||
|
Loading…
Reference in New Issue
Block a user