This commit is contained in:
zhuxiang
2017-02-28 10:24:33 +08:00
parent 44600789dc
commit c78fe71177
10 changed files with 131 additions and 2 deletions
+10
View File
@@ -0,0 +1,10 @@
## Search 组件
### 基础用法
:::demo 样例代码
```html
<z-search placeholder="商品名称">
</z-search>
```
:::