mirror of
https://example.com
synced 2024-11-27 23:36:39 +09:00
Fix missing deviceKind imports for swipers
This commit is contained in:
parent
7ed1cc1ff7
commit
29d1970f59
2 changed files with 2 additions and 0 deletions
|
@ -49,6 +49,7 @@ import XUserList from "@/components/MkUserList.vue";
|
|||
import { i18n } from "@/i18n";
|
||||
import { definePageMetadata } from "@/scripts/page-metadata";
|
||||
import { defaultStore } from "@/store";
|
||||
import { deviceKind } from "@/scripts/device-kind";
|
||||
import "swiper/scss";
|
||||
import "swiper/scss/virtual";
|
||||
|
||||
|
|
|
@ -49,6 +49,7 @@ import XUserList from "@/components/MkUserList.vue";
|
|||
import { i18n } from "@/i18n";
|
||||
import { definePageMetadata } from "@/scripts/page-metadata";
|
||||
import { defaultStore } from "@/store";
|
||||
import { deviceKind } from "@/scripts/device-kind";
|
||||
import "swiper/scss";
|
||||
import "swiper/scss/virtual";
|
||||
|
||||
|
|
Loading…
Reference in a new issue