diff --git a/package.json b/package.json index 673fa1556..d1ba730f4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sub-store-front-end", - "version": "2.14.74", + "version": "2.14.75", "private": true, "scripts": { "dev": "vite --host", diff --git a/src/components/FileListItem.vue b/src/components/FileListItem.vue index 8b0509486..c23bd68b9 100644 --- a/src/components/FileListItem.vue +++ b/src/components/FileListItem.vue @@ -258,7 +258,7 @@ window.scrollTo({ top: scrollTop, - behavior: "instant" + behavior: "instant" as any, }); router.back(); diff --git a/src/components/SubListItem.vue b/src/components/SubListItem.vue index cf7a8ab76..1cecefc8e 100644 --- a/src/components/SubListItem.vue +++ b/src/components/SubListItem.vue @@ -339,7 +339,7 @@ window.scrollTo({ top: scrollTop, - behavior: "instant" + behavior: "instant" as any }); router.back(); diff --git a/src/views/FileEditor.vue b/src/views/FileEditor.vue index df9504643..15bcc038f 100644 --- a/src/views/FileEditor.vue +++ b/src/views/FileEditor.vue @@ -320,7 +320,7 @@ window.scrollTo({ top: scrollTop, - behavior: "instant" + behavior: "instant" as any }); router.back(); diff --git a/src/views/SubEditor.vue b/src/views/SubEditor.vue index b842b02a0..85c117d0a 100644 --- a/src/views/SubEditor.vue +++ b/src/views/SubEditor.vue @@ -427,7 +427,7 @@ window.scrollTo({ top: scrollTop, - behavior: "instant" + behavior: "instant" as any }); router.back();