fix dup import
This commit is contained in:
parent
8443722a5d
commit
57c452f78e
1 changed files with 1 additions and 2 deletions
|
@ -40,7 +40,7 @@
|
|||
:modules="[Virtual]"
|
||||
:space-between="20"
|
||||
:virtual="true"
|
||||
:allow-touch-move="deviceKind === 'smartphone'"
|
||||
:allow-touch-move="deviceKind === 'smartphone'"
|
||||
@swiper="setSwiperRef"
|
||||
@slide-change="onSlideChange"
|
||||
>
|
||||
|
@ -79,7 +79,6 @@ import { instance } from '@/instance';
|
|||
import { $i } from '@/account';
|
||||
import { definePageMetadata } from '@/scripts/page-metadata';
|
||||
import { deviceKind } from '@/scripts/device-kind';
|
||||
import { deviceKind } from '@/scripts/device-kind';
|
||||
import 'swiper/scss';
|
||||
import 'swiper/scss/virtual';
|
||||
|
||||
|
|
Loading…
Reference in a new issue