update Input demo
This commit is contained in:
parent
42d5412a07
commit
1044a56b48
1 changed files with 5 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue