Version 0.2.1
This commit is contained in:
@@ -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,
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user