save
This commit is contained in:
parent
8f9d3604e6
commit
5bb83ff8e5
258 changed files with 12974 additions and 7838 deletions
|
@ -139,9 +139,8 @@
|
|||
<!--<br><br>-->
|
||||
<!--<Input v-model="value" search enter-button="Search" style="width: 300px" @on-search="hs" />-->
|
||||
<!--</div>-->
|
||||
<!--#6338-->
|
||||
<div style="width: 200px">
|
||||
<Input search enter-button="搜索" clearable placeholder="Enter something..." />
|
||||
<Input v-model="value7" type="textarea" :autosize="true" placeholder="Enter something..."></Input>
|
||||
</div>
|
||||
</template>
|
||||
<script>
|
||||
|
@ -155,8 +154,8 @@
|
|||
select1: 'http',
|
||||
select2: 'com',
|
||||
select3: 'day',
|
||||
value7: ''
|
||||
};
|
||||
value7: ``
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
hs (val) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue