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