Skip to content

Commit 543156f

Browse files
feat: Add form demo
1 parent 7795d2a commit 543156f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/views/Components/Form/RefForm.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ const verifyReset = () => {
243243
<ElButton @click="formValidation"> {{ t('formDemo.formValidation') }} </ElButton>
244244
<ElButton @click="verifyReset"> {{ t('formDemo.verifyReset') }} </ElButton>
245245
</ContentWrap>
246-
<ContentWrap :title="`useForm${t('formDemo.example')}`">
246+
<ContentWrap :title="`refForm${t('formDemo.example')}`">
247247
<Form :schema="schema" ref="formRef" />
248248
</ContentWrap>
249249
</template>

0 commit comments

Comments
 (0)