diff --git a/examples/routers/input.vue b/examples/routers/input.vue
index 99fef1c..90465bb 100644
--- a/examples/routers/input.vue
+++ b/examples/routers/input.vue
@@ -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>
--
libgit2 0.21.4