This commit is contained in:
parent
319f5f866f
commit
f4e462c051
3 changed files with 15 additions and 2 deletions
|
@ -1,7 +1,12 @@
|
|||
<template>
|
||||
<div style="width: 300px;">
|
||||
<i-input v-model="value11">
|
||||
</i-input>
|
||||
<i-input v-model="value11" icon="ios-clock-outline">
|
||||
<span slot="prepend">http://</span>
|
||||
<span slot="prepend">.com</span>
|
||||
</i-input>
|
||||
<i-input v-model="value11" icon="ios-clock-outline">
|
||||
<span slot="append">.com</span>
|
||||
</i-input>
|
||||
</div>
|
||||
</template>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue