fix: fix build failure
This commit is contained in:
@@ -112,7 +112,12 @@
|
|||||||
}"
|
}"
|
||||||
>
|
>
|
||||||
<template #body-content>
|
<template #body-content>
|
||||||
<FormControl v-model="title" :label="__('Title')" type="text" @keydown.enter="insertQuiz(() => showForm = false)" />
|
<FormControl
|
||||||
|
v-model="title"
|
||||||
|
:label="__('Title')"
|
||||||
|
type="text"
|
||||||
|
@keydown.enter="insertQuiz(() => (showForm = false))"
|
||||||
|
/>
|
||||||
</template>
|
</template>
|
||||||
</Dialog>
|
</Dialog>
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
Reference in New Issue
Block a user