This commit is contained in:
梁灏 2017-04-01 12:28:32 +08:00
parent ef0901312b
commit 319f5f866f
3 changed files with 13 additions and 6 deletions

View file

@ -1,13 +1,20 @@
<template>
<div>
<Input v-model="value" placeholder="请输入..." style="width: 150px" icon="ios-clock-outline"></Input>
<div style="width: 300px;">
<i-input v-model="value11" icon="ios-clock-outline">
<span slot="prepend">http://</span>
</i-input>
</div>
</template>
<script>
export default {
data () {
return {
value: ''
value11: '',
value12: '',
value13: '',
select1: 'http',
select2: 'com',
select3: 'day'
}
}
}