diff --git a/packages/client/src/components/MkPullToRefresh.vue b/packages/client/src/components/MkPullToRefresh.vue index 9ff3e91a9..4aa984c51 100644 --- a/packages/client/src/components/MkPullToRefresh.vue +++ b/packages/client/src/components/MkPullToRefresh.vue @@ -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;