Took my time to tweak linter configurations

This commit is contained in:
2023-11-23 18:14:23 +03:00
parent 2a1bcfc3d2
commit 2bd1e4a512
6 changed files with 22 additions and 8 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ export const usePageStore = defineStore('page', () => {
},
])
function autoFetchPages() {
function _autoFetchPages() {
while (pages.value.length) pages.value.pop()
useRouter()