feat(Search): add left slot (#5771)

This commit is contained in:
chenjiahan
2020-03-07 09:14:29 +08:00
parent fd6b48873a
commit 32f0446629
5 changed files with 33 additions and 8 deletions
+2 -1
View File
@@ -146,7 +146,8 @@ Use `action` slot to custom right button, `cancel` event will no longer be trigg
| Name | Description |
|------|------|
| label | Custom Search label |
| left | Custom left side content |
| action | Custom right button, displayed when `show-action` is `true` |
| label | Custom Search label |
| left-icon | Custom left icon |
| right-icon | Custom right icon |