feat: Add form demo
This commit is contained in:
parent
7795d2a4fe
commit
543156f328
|
@ -243,7 +243,7 @@ const verifyReset = () => {
|
||||||
<ElButton @click="formValidation"> {{ t('formDemo.formValidation') }} </ElButton>
|
<ElButton @click="formValidation"> {{ t('formDemo.formValidation') }} </ElButton>
|
||||||
<ElButton @click="verifyReset"> {{ t('formDemo.verifyReset') }} </ElButton>
|
<ElButton @click="verifyReset"> {{ t('formDemo.verifyReset') }} </ElButton>
|
||||||
</ContentWrap>
|
</ContentWrap>
|
||||||
<ContentWrap :title="`useForm${t('formDemo.example')}`">
|
<ContentWrap :title="`refForm${t('formDemo.example')}`">
|
||||||
<Form :schema="schema" ref="formRef" />
|
<Form :schema="schema" ref="formRef" />
|
||||||
</ContentWrap>
|
</ContentWrap>
|
||||||
</template>
|
</template>
|
||||||
|
|
Loading…
Reference in New Issue