Version 0.2.1

This commit is contained in:
2024-02-20 22:14:58 +03:00
parent eadc0b119d
commit 36dd770ce4
6 changed files with 73 additions and 43 deletions
+2
View File
@@ -51,6 +51,7 @@ export const usePageStore = defineStore('page', () => {
])
const reader = ref(false)
const animate = ref(true)
function _autoFetchPages() {
while (pages.value.length) pages.value.pop()
@@ -71,5 +72,6 @@ export const usePageStore = defineStore('page', () => {
keywords,
pages,
reader,
animate,
}
})