update
Some checks failed
Deploy / deploy (build, debian, 22, /root/OJDeploy/data/clientnext) (push) Has been cancelled
Deploy / deploy (build:staging, school, 8822, /root/OJ/data/dist) (push) Has been cancelled

This commit is contained in:
2026-05-09 06:29:36 -06:00
parent a5734a2b72
commit 2c0d5049d6
2 changed files with 11 additions and 8 deletions

View File

@@ -14,8 +14,6 @@ const props = withDefaults(defineProps<Props>(), {
const emit = defineEmits(["update:limit", "update:page"])
const route = useRoute()
const { isDesktop } = useBreakpoints()
const limit = ref(props.limit)