fix tag demo
parent
86d203abd4
commit
54d80ed072
|
@ -10,12 +10,12 @@
|
||||||
{{tag}}
|
{{tag}}
|
||||||
</Tag>
|
</Tag>
|
||||||
</template>
|
</template>
|
||||||
<Input
|
<a-input
|
||||||
v-if="inputVisible"
|
v-if="inputVisible"
|
||||||
ref="input"
|
ref="input"
|
||||||
type="text"
|
type="text"
|
||||||
size="small"
|
size="small"
|
||||||
:style="{ width: 78 }"
|
:style="{ width: '78px' }"
|
||||||
:value="inputValue"
|
:value="inputValue"
|
||||||
@change="handleInputChange"
|
@change="handleInputChange"
|
||||||
@blur="handleInputConfirm"
|
@blur="handleInputConfirm"
|
||||||
|
|
Loading…
Reference in New Issue