Skip to content

Commit

Permalink
恢复useDark
Browse files Browse the repository at this point in the history
  • Loading branch information
wosiwq committed Mar 26, 2024
1 parent 012ea56 commit bf18107
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/components/OverviewHeader.vue
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
</div>
</template>
<script lang="ts" setup>
import { setRoomsRecordState } from '@/api/set_room'
import type { CompleteInfo } from '@/types/response'
import { SearchType } from '@/enums'
import { useWindowSize } from '@vueuse/core'
Expand Down
2 changes: 1 addition & 1 deletion src/components/VirtualizedCard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import RoomAction from '@/components/Room/RoomAction.vue'
import RoomCover from '@/components/Room/RoomCover.vue'
import { useDark } from '@vueuse/core'
const isDark = true
const isDark = useDark()
defineProps({
roomInfoList: {
Expand Down

0 comments on commit bf18107

Please # to comment.