docs(components): [form] improves doc readability (#10912)

This commit is contained in:
assasin0076 2022-12-06 12:36:21 +04:00 committed by GitHub
parent 52ccdf6ed3
commit 9f4bddc4d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -71,9 +71,9 @@
<el-input v-model="ruleForm.desc" type="textarea" /> <el-input v-model="ruleForm.desc" type="textarea" />
</el-form-item> </el-form-item>
<el-form-item> <el-form-item>
<el-button type="primary" @click="submitForm(ruleFormRef)" <el-button type="primary" @click="submitForm(ruleFormRef)">
>Create</el-button Create
> </el-button>
<el-button @click="resetForm(ruleFormRef)">Reset</el-button> <el-button @click="resetForm(ruleFormRef)">Reset</el-button>
</el-form-item> </el-form-item>
</el-form> </el-form>