Add a new tab to browse all books on the instance
This commit is contained in:
@@ -17,8 +17,8 @@ const offset = computed(() => (pageNumber.value - 1) * limit)
|
||||
|
||||
let currentFilterState = ref(FilterStates.READ)
|
||||
|
||||
let data = ref(null)
|
||||
let error = ref(null)
|
||||
const data = ref(null)
|
||||
const error = ref(null)
|
||||
|
||||
let totalBooksNumber = computed(() =>
|
||||
typeof data != 'undefined' && data.value != null ? data.value['count'] : 0,
|
||||
|
||||
Reference in New Issue
Block a user