Skip to content

Commit

Permalink
feat: Add form demo
Browse files Browse the repository at this point in the history
  • Loading branch information
kailong502431556 committed Jan 27, 2022
1 parent 7795d2a commit 543156f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/Components/Form/RefForm.vue
Expand Up @@ -243,7 +243,7 @@ const verifyReset = () => {
<ElButton @click="formValidation"> {{ t('formDemo.formValidation') }} </ElButton>
<ElButton @click="verifyReset"> {{ t('formDemo.verifyReset') }} </ElButton>
</ContentWrap>
<ContentWrap :title="`useForm${t('formDemo.example')}`">
<ContentWrap :title="`refForm${t('formDemo.example')}`">
<Form :schema="schema" ref="formRef" />
</ContentWrap>
</template>

0 comments on commit 543156f

Please sign in to comment.