fix submission.

This commit is contained in:
2023-04-07 11:33:15 +08:00
parent 0862b0ff91
commit 9c3038245d
10 changed files with 406 additions and 27 deletions

View File

@@ -24,7 +24,7 @@ const editorHeight = computed(() =>
<template>
<Form :problem="props.problem" />
<CodeEditor
v-model:value="code.value"
v-model="code.value"
:language="code.language"
:height="editorHeight"
/>