update Input

This commit is contained in:
梁灏 2017-09-01 17:54:13 +08:00
parent dd037d90d3
commit 41918ed856
2 changed files with 4 additions and 2 deletions

View file

@ -1,6 +1,6 @@
<template>
<div style="width: 100px;">
<Input v-model="value1" size="large" placeholder="large size"></Input>
<Input autocomplete="on" v-model="value1" size="large" placeholder="large size"></Input>
<br>
<Input v-model="value2" placeholder="default size"></Input>
<br>