Fix up some tsc errors
This commit is contained in:
parent
779d71abbc
commit
de4f445e9b
27 changed files with 475 additions and 511 deletions
|
|
@ -1,18 +1,18 @@
|
|||
<script setup lang="ts">
|
||||
import { RouteWithPreferences } from '~/store/ui'
|
||||
import type { RouteWithPreferences, OrderingField } from '~/store/ui'
|
||||
import type { OrderingProps } from '~/composables/useOrdering'
|
||||
|
||||
import axios from 'axios'
|
||||
import $ from 'jquery'
|
||||
|
||||
import RadioCard from '~/components/radios/Card.vue'
|
||||
import Pagination from '~/components/vui/Pagination.vue'
|
||||
import useLogger from '~/composables/useLogger'
|
||||
import useSharedLabels from '~/composables/locale/useSharedLabels'
|
||||
import { OrderingField } from '~/store/ui'
|
||||
import { computed, ref, watch, onMounted } from 'vue'
|
||||
import { useGettext } from 'vue3-gettext'
|
||||
import { useStore } from '~/store'
|
||||
import { onBeforeRouteUpdate, useRouter } from 'vue-router'
|
||||
import useOrdering, { OrderingProps } from '~/composables/useOrdering'
|
||||
import useOrdering from '~/composables/useOrdering'
|
||||
|
||||
interface Props extends OrderingProps {
|
||||
defaultPage?: number
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue