We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7795d2a commit 543156fCopy full SHA for 543156f
src/views/Components/Form/RefForm.vue
@@ -243,7 +243,7 @@ const verifyReset = () => {
243
<ElButton @click="formValidation"> {{ t('formDemo.formValidation') }} </ElButton>
244
<ElButton @click="verifyReset"> {{ t('formDemo.verifyReset') }} </ElButton>
245
</ContentWrap>
246
- <ContentWrap :title="`useForm${t('formDemo.example')}`">
+ <ContentWrap :title="`refForm${t('formDemo.example')}`">
247
<Form :schema="schema" ref="formRef" />
248
249
</template>
0 commit comments