generated from Flycro/laravel-nuxt
fix: remove unused variables
parent
b001ea937f
commit
8c595aa3c6
|
|
@ -4,8 +4,6 @@ const props = defineProps<{
|
||||||
}>()
|
}>()
|
||||||
const isOpen = ref(false)
|
const isOpen = ref(false)
|
||||||
const loading = ref(false)
|
const loading = ref(false)
|
||||||
|
|
||||||
const dayjs = useDayjs()
|
|
||||||
const form = ref()
|
const form = ref()
|
||||||
|
|
||||||
interface NewDeadlineState {
|
interface NewDeadlineState {
|
||||||
|
|
|
||||||
|
|
@ -2,11 +2,7 @@
|
||||||
import BookInfoCard from '~/components/dashboard/BookInfoCard.vue'
|
import BookInfoCard from '~/components/dashboard/BookInfoCard.vue'
|
||||||
|
|
||||||
definePageMeta({ middleware: ['auth'] })
|
definePageMeta({ middleware: ['auth'] })
|
||||||
const { $storage } = useNuxtApp()
|
|
||||||
|
|
||||||
const modal = useModal()
|
|
||||||
const router = useRouter()
|
|
||||||
const auth = useAuthStore()
|
|
||||||
const bookRecommendationStore = useBookRecommendationStore()
|
const bookRecommendationStore = useBookRecommendationStore()
|
||||||
|
|
||||||
bookRecommendationStore.fetchActiveRecommendations()
|
bookRecommendationStore.fetchActiveRecommendations()
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue