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

@@ -430,7 +430,7 @@ watch([fromExistingTags, newTags], (tags) => {
:name="lang"
>
<CodeEditor
v-model:value="template[lang]"
v-model="template[lang]"
:language="lang"
:font-size="16"
height="200px"