Took my time to tweak linter configurations
This commit is contained in:
+1
-1
@@ -25,7 +25,7 @@ export const usePageStore = defineStore('page', () => {
|
||||
},
|
||||
])
|
||||
|
||||
function autoFetchPages() {
|
||||
function _autoFetchPages() {
|
||||
while (pages.value.length) pages.value.pop()
|
||||
|
||||
useRouter()
|
||||
|
||||
Reference in New Issue
Block a user