update Input demo

This commit is contained in:
梁灏 2018-06-27 14:34:14 +08:00
parent 42d5412a07
commit 1044a56b48

View file

@ -123,6 +123,11 @@
icon="ios-search"
placeholder="Enter something..."
style="width: 300px"></Input>
<br><br><br>
<Input v-model="value" placeholder="Enter something..." style="width: 300px">
<Icon type="ios-alarm-outline" slot="suffix" />
<Icon type="ios-aperture" slot="prefix" />
</Input>
<br>
</div>
</template>