Resolve some TODOs
This commit is contained in:
parent
74d1a0a03e
commit
e7da8b5f43
98 changed files with 316 additions and 259 deletions
|
|
@ -34,7 +34,6 @@ const props = withDefaults(defineProps<Props>(), {
|
|||
scope: 'all'
|
||||
})
|
||||
|
||||
// TODO (wvffle): Make sure everything is it's own type
|
||||
const page = ref(+props.defaultPage)
|
||||
type ResponseType = { count: number, results: any[] }
|
||||
const result = ref<null | ResponseType>(null)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue