Commit 1044a56b489dbb6773766b7bbf75ce1449a1ce50
1 parent
42d5412a
update Input demo
Showing
1 changed file
with
5 additions
and
0 deletions
Show diff stats
examples/routers/input.vue
... | ... | @@ -123,6 +123,11 @@ |
123 | 123 | icon="ios-search" |
124 | 124 | placeholder="Enter something..." |
125 | 125 | style="width: 300px"></Input> |
126 | + <br><br><br> | |
127 | + <Input v-model="value" placeholder="Enter something..." style="width: 300px"> | |
128 | + <Icon type="ios-alarm-outline" slot="suffix" /> | |
129 | + <Icon type="ios-aperture" slot="prefix" /> | |
130 | + </Input> | |
126 | 131 | <br> |
127 | 132 | </div> |
128 | 133 | </template> | ... | ... |