陈凯龙 преди 3 години
родител
ревизия
543156f328
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      src/views/Components/Form/RefForm.vue

+ 1 - 1
src/views/Components/Form/RefForm.vue

@@ -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>