summaryrefslogtreecommitdiff
path: root/packages/frontend/src/directives/follow-append.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/frontend/src/directives/follow-append.ts')
-rw-r--r--packages/frontend/src/directives/follow-append.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/frontend/src/directives/follow-append.ts b/packages/frontend/src/directives/follow-append.ts
index 1da28c718f..ae3e31e291 100644
--- a/packages/frontend/src/directives/follow-append.ts
+++ b/packages/frontend/src/directives/follow-append.ts
@@ -4,7 +4,7 @@
*/
import { Directive } from 'vue';
-import { getScrollContainer, getScrollPosition } from '@/scripts/scroll';
+import { getScrollContainer, getScrollPosition } from '@/scripts/scroll.js';
export default {
mounted(src, binding, vn) {