mirror of
https://example.com
synced 2024-11-22 11:56:38 +09:00
fix: missing import
This commit is contained in:
parent
1c6764031d
commit
2f2d7542b5
1 changed files with 1 additions and 0 deletions
|
@ -30,6 +30,7 @@
|
|||
import { onMounted, onUnmounted, ref, shallowRef } from "vue";
|
||||
// import { deviceKind } from "@/scripts/device-kind";
|
||||
import { i18n } from "@/i18n";
|
||||
import { defaultStore } from "@/store";
|
||||
|
||||
const SCROLL_STOP = 10;
|
||||
const MAX_PULL_DISTANCE = Infinity;
|
||||
|
|
Loading…
Reference in a new issue