mirror of
https://github.com/element-plus/element-plus.git
synced 2024-11-21 01:02:59 +08:00
docs(components): [form] improves doc readability (#10912)
This commit is contained in:
parent
52ccdf6ed3
commit
9f4bddc4d3
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user