add testcase panel.

This commit is contained in:
2023-01-11 21:35:56 +08:00
parent cc4c4199e8
commit 75e6906c16
10 changed files with 93 additions and 38 deletions

View File

@@ -15,6 +15,7 @@ const props = withDefaults(defineProps<Props>(), {
})
const { data: problem, isFinished } = getProblem(props.problemID)
provide("problem", readonly(problem))
</script>