zollero / el-search-table-pagination

🐶 Combine Form, Table and Pagination components of Element UI together.
MIT License
306 stars 79 forks source link

如果只想使用表单应该怎样写呢? #13

Closed wuxianqiang closed 6 years ago

wuxianqiang commented 6 years ago

如果只想使用表单,不想使用表格和分页,应该怎样写呢?

zollero commented 6 years ago

请参考这个例子: https://codepen.io/zollero/pen/QrKEzX

zollero commented 6 years ago

@wuxianqiang 只是目前,<el-search-form> 只支持 el-inputel-selectel-datepicker 这三种组件,不支持其他其他组件。

所以,如果你的业务需要其他组件,建议使用 Element 的原生组件来写。