fix tag demo

pull/165/head
tangjinzhou 2018-03-09 10:25:30 +08:00
parent 86d203abd4
commit 54d80ed072
1 changed files with 2 additions and 2 deletions

View File

@ -10,12 +10,12 @@
{{tag}}
</Tag>
</template>
<Input
<a-input
v-if="inputVisible"
ref="input"
type="text"
size="small"
:style="{ width: 78 }"
:style="{ width: '78px' }"
:value="inputValue"
@change="handleInputChange"
@blur="handleInputConfirm"